{
"guid_list": [
"string"
],
"part_context_text": "string",
"part_context_spliter": "string"
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/result/detail' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"guid_list": [
"string"
],
"part_context_text": "string",
"part_context_spliter": "string"
}'{
"status": 0,
"msg": "OK",
"data": [
{
"guid": "5AFEC482-E5D9-4A82-B08E-F8D7C9138C64", // Unique identifier for the layout
"portion_id": "5AFEC482-E5D9-4A82-B08E-F8D7C9138C64", // Portion ID, same as GUID in this case
"result_name": "排版2", // Layout name (e.g., "Layout 2")
"width": 1200.0, // Width of the layout
"height": 2000.0, // Height of the layout
"material": "冷轧板", // Material used (e.g., "Cold-rolled steel")
"thickness": 1, // Thickness of the material
"gas": "Air", // Gas used in the cutting process
"amount": 1, // Quantity of the layout
"utilization": 2.23032816, // Utilization rate (perhaps efficiency or material usage)
"part_list": [ // List of parts included in this layout
{
"guid": "20AF5BED-890A-4170-8779-C2CB422A1E5A", // GUID of the part
"amount_used": 10, // Amount of this part used
"part_name": "标准图纸4C", // Part name (e.g., "Standard Drawing 4C")
"props": { // Properties of the part
"orderCode": "20220508", // Order code for the part
"materialCode": "L1" // Material code for the part
}
},
{
"guid": "59605AB1-92DE-4E79-9553-ABE47768262E", // GUID of the part
"amount_used": 10, // Amount of this part used
"part_name": "标准图纸4D", // Part name (e.g., "Standard Drawing 4D")
"props": {
"orderCode": "20220508", // Order code for the part
"materialCode": "L1" // Material code for the part
}
}
],
"task_file_url": "http://xxx/api/result/task_file?guid=5AFEC482-E5D9-4A82-B08E-F8D7C9138C64", // URL for the task file
"cad_file_url": "http://xxx/api/result/cad_file?guid=5AFEC482-E5D9-4A82-B08E-F8D7C9138C64" // URL for the CAD file
},
{
"guid": "7F7CA471-26B3-4EF0-AE94-7DAFCB0ADA50", // Unique identifier for the second layout
"portion_id": "143F1B28-20B2-4579-8508-F658E37B4D3D", // Portion ID
"result_name": "排版1", // Layout name (e.g., "Layout 1")
"width": 1200.0, // Width of the layout
"height": 2000.0, // Height of the layout
"material": "冷轧板", // Material used (e.g., "Cold-rolled steel")
"thickness": 1, // Thickness of the material
"gas": "Air", // Gas used in the cutting process
"amount": 2, // Quantity of the layout
"utilization": 1.35653908, // Utilization rate
"part_list": [ // List of parts included in this layout
{
"guid": "022AF5F3-205C-4ED2-AB07-06B3815FD526", // GUID of the part
"amount_used": 5, // Amount of this part used
"part_name": "标准图纸4", // Part name (e.g., "Standard Drawing 4")
"props": {
"orderCode": "20220508", // Order code for the part
"materialCode": "L1" // Material code for the part
}
},
{
"guid": "BE1EBCC5-368E-46A7-A367-0820C42D4F91", // GUID of the part
"amount_used": 5, // Amount of this part used
"part_name": "标准图纸4A", // Part name (e.g., "Standard Drawing 4A")
"props": {
"orderCode": "20220508", // Order code for the part
"materialCode": "L1" // Material code for the part
}
}
],
"task_file_url": "http://xxx/result/task_file?guid=7F7CA471-26B3-4EF0-AE94-7DAFCB0ADA50", // URL for the task file
"cad_file_url": "http://xxx/api/result/cad_file?guid=7F7CA471-26B3-4EF0-AE94-7DAFCB0ADA50" // URL for the CAD file
}
]
}