{
"job_id": 0
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/part_list/v2' \
--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": "0224709E-7D0F-4E50-96A6-7066B3747ECF", // Part unique identifier
"part_name": "Layout 002", // Part name
"material": "Q235", // Material
"thickness": 1.0, // Thickness
"gas": "Air", // Gas type
"amount": 1, // Total quantity of parts
"width": 280.0, // Part dimensions (width)
"height": 139.42, // Part dimensions (height)
"job_id": 3663, // Job ID
"job_title": "Shelf 20210915", // Job title
"finish_nest_amount": 1, // Number of parts already nested
"in_nest_amount": 0, // Number of parts in nesting (but not yet nested)
"un_nest_amount": 0, // Number of parts not nested
"finish_cut_amount": 0, // Number of parts cut
"in_cut_amount": 0, // Number of parts being cut
"un_cut_amount": 1, // Number of parts not cut
"props": // Additional properties
[
{
"prop_name": "orderCode", // Property key
"prop_value": "2109-0011-1" // Property value
}
],
"rotate_lock": 0, // Whether rotation is locked (0 = No, 1 = Yes)
"area": 36156.43, // Area of the part
"weight": 29.2, // Weight of the part
"partfile_path": "20210915_224553_749474173T.prts", // Path to part file
"partfile_url": "http://raymes.oss-cn-shanghai.aliyuncs.com/saas-resource/qa/corp-prts/Corp-2F9MYT/20210915/20210915_224553_749474173T.prts?OSSAccessKeyId=LTAIwvoiFSZhjvAB&Expires=1636707805&Signature=r85vJ4WDT3U8oqB2njPMjwVeUus%3D", // URL to part file
"thumbnail_path": "20210915_224553_749474173T_v2.png", // Path to thumbnail
"thumbnail_url": "http://fc-cloudnest-prt2img.bochu.cn/prt2img/saas-resource/qa/corp-prts/Corp-2F9MYT/20210915/20210915_224553_749474173T.png?fill_color=&line_color=&outline_width=&inline_width=", // URL to thumbnail
"drawing_name": "Drawing Name", // Corresponding drawing name
"drawing_guid": "F4DA0D07-E654-4D94-B896-BF9D22892849", // Corresponding drawing GUID
"plate_info": // Information about the plates the part is nested on
[
{
"guid": "15360324-AF23-41CF-B18B-4C41A90E355E", // Plate GUID
"part_amount": 3, // Number of parts on a single plate
"plate_amount": 2, // Number of plates
"plate_name": "Standard Plate xx" // Plate name
},
{
"guid": "15360324-AF23-41CF-B18B-4C41A90E355E",
"part_amount": 4,
"plate_amount": 1,
"plate_name": "Standard Plate xx"
}
]
}
]
}