{
"job_id": [
0
]
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/plan_detail' \
--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": [
{
"guid": "8c737d9e-96a9-4626-a3d8-0da280f6302c", // Production task GUID
"result_guid": "3DC495FB-47A8-469E-A11F-25FD82151BC7", // Corresponding nesting GUID
"plate_name": "Layout 1", // Plate name
"gmid": 165192, // Machine's GMID
"width": 1500, // Plate width
"height": 6000, // Plate height
"material": "304", // Material
"thickness": 0.8, // Thickness
"part_amount": 195, // Total part quantity
"total_plate_amount": 1, // Planned cutting quantity
"finish_plate_amount": 0, // Finished cutting quantity
"comments": "", // Comments
"start_time": null, // Start time of cutting
"finish_time": null, // Finish time of cutting
"status": "uncompleted", // Status
"parts": [ // Part details
{
"guid": "C9C93B31-83DC-4CD4-88FC-E0F164BFCE56", // Part GUID
"material": "304", // Material
"thickness": 0.8, // Thickness
"amount": 20, // Number of parts in the current nesting
"part_name": "Bochu E", // Part name
"props": [ // Part custom properties
{
"prop_name": "orderCode", // Property name
"prop_value": "20211213-0001" // Property value
}
],
"drawing_name": "8-24 Summary", // Corresponding drawing name
"drawing_guid": "BAEEA108-1CF8-4E11-9AFE-6B6BFE6E50D3", // Corresponding drawing GUID
"job_id": 6451 // Job ID
},
{
"guid": "51AA18BE-EE1E-4ACA-92B0-1D720D94D23E", // Part GUID
"material": "304", // Material
"thickness": 0.8, // Thickness
"amount": 20, // Number of parts in the current nesting
"part_name": "Bochu L", // Part name
"props": [], // No custom properties
"drawing_name": "Bochu", // Corresponding drawing name
"drawing_guid": "941E4066-D36C-4EC9-9344-A0AC11D99D42", // Corresponding drawing GUID
"job_id": 6451 // Job ID
}
],
"plate_library": { // Plate library information
"guid": "ADDC72FE-1BB0-4FA8-B747-5531BC5BC761", // Plate GUID
"plate_name": "Standard Plate", // Plate name
"width": 1500, // Plate width
"height": 6000 // Plate height
}
}
]
}