For Software Version 2.0:
{
"type": "SingleResult",
"guid": "0512478F-662C-412F-9116-2FCB5C0C94F2", // Nesting GUID
"order_by": "x" // Sorting order for parts
}
For Software Version 1.0:
{
"type": "task",
"guid": "B854D234-4726-4E57-A25A-89D6D6C4020A", // Nesting task GUID
"order_by": "x" // Sorting order for parts
}{
"type": "string",
"guid": "string",
"order_by": "string"
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/part/loc_info' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"type": "string",
"guid": "string",
"order_by": "string"
}'// SingleResult
{
"data": {
"guid": "B854D234-4726-4E57-A25A-89D6D6C4020A", // Layout task guid
"nest_result": [ // List of layout results for the task
{
"guid": "F25C7BFD-0B82-42F1-BAAD-6878A22C887C", // Layout guid, unique identifier
"library_plate_guid": "2E71B693-F7A8-4E79-A778-31EB412EBC6C", // Guid for the library plate used in layout
"part_list": [ // Parts on the layout
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"18333808-2CD6-4F67-BC11-CDDE1477CCCA",
"A12FCFF2-2DBA-45C3-BDE2-770578A31842",
"2C665B5D-A0D8-44D4-AF77-A7B59170ED25",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"18333808-2CD6-4F67-BC11-CDDE1477CCCA",
"EB779B6E-8255-4FC3-820E-CF6631DC8A17",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"EB779B6E-8255-4FC3-820E-CF6631DC8A17",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"83F4AFD1-B373-4C03-952E-A2B194EBB7E0",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"017FE518-9C53-41BB-9566-54AEBAADAA16",
"017FE518-9C53-41BB-9566-54AEBAADAA16"
],
"plate_idx": 1, // Layout order
"plate_name": "Result1" // Layout name
},
...
],
"task_name": "20210316-tmp-Q235-0.8-Nitrogen-0001" // Layout task name
},
"msg": "OK",
"status": 0
}