{
"job_id": [
0
]
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/plate_used' \
--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": "ADDC72FE-1BB0-4FA8-B747-5531BC5BC761", // Plate GUID
"amount": 2, // Quantity used
"material": "304", // Material
"thickness": 0.8, // Thickness
"plate_name": "Standard Plate", // Plate name
"plate_type": 0, // Type: 0 - Standard Plate, 1 - Scrap Plate
"file_url": null, // If plate_type is 1, return the scrap plate file URL
"thumbnail_url": null, // If plate_type is 1, return the scrap plate thumbnail URL
"width": 1500, // Plate dimensions (width)
"height": 6000 // Plate dimensions (height)
},
{
"guid": "170A0F51-95BC-4014-A108-7F9F1C1FD882",
"amount": 2,
"material": "304",
"thickness": 0.8,
"plate_name": "Standard Plate",
"plate_type": 0,
"file_url": null,
"thumbnail_url": null,
"width": 1000,
"height": 2000
}
]
}