unprocessed, processing, completed corresponds to unprocessed, processing, and processed respectively{
"job_id": 0
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/drawing_handle_status' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"job_id": 0
}'{
"status": 0,
"msg": "OK",
"data": {
"drawing_list": [
{
"drawing_name": "Exhaust Pipe", // Drawing name
"guid": "9100AA57-15DD-45BC-96DF-7BEC555D2DBD", // Drawing GUID
"handle_status": "completed" // Processing status
},
{
"drawing_name": "20210727_091710_732682241R",
"guid": "1B4BDFE9-210C-4450-872B-5BB358A457DD",
"handle_status": "completed"
},
{
"drawing_name": "123",
"guid": "66FB06F6-82AA-476B-9CB6-CA2DB99C568F",
"handle_status": "completed"
},
{
"drawing_name": "Bochu", // Drawing name
"guid": "A968F17B-9F48-40C9-A666-46651C0B3FE2",
"handle_status": "completed"
}
],
"handle_status": "completed"
}
}