Authorization: Bearer ********************
{
"id": "3a19e8fe-545d-96d3-39d1-b2e3895147e2"
}
curl --location --request POST '/api/services/app/design/modelOrDrawing/convert/progress' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "3a19e8fe-545d-96d3-39d1-b2e3895147e2"
}'
{
"modelGroupId": "string",
"taskId": "string",
"modelList": [
{
"modelId": 0,
"modelName": "string",
"modelPath": "string",
"radonPath": "string",
"percent": 0,
"precent": 0,
"errorMessage": "string",
"unitName": "string",
"modelType": "string",
"levelOfDetail": 0
}
],
"taskState": {
"successed": true,
"message": "string",
"done": true,
"found": true
},
"modelInfos": [
{
"modelId": 0,
"modelName": "string",
"modelPath": "string",
"levelOfDetail": 0
}
]
}