1. job
CloudNest Open Platform API Documentation
  • Preliminary preparation
    • 0. Introduction
    • a. Use our demo to quickly generate request headers
    • b. Manually create the request header
    • 1. API Quota & API Rate Limit
    • 2. Data Dictionary
  • part
    • Generate parts (imported from nc1)
      POST
    • Generate parts (JS template)
      POST
    • Generate parts (DXF file)
      POST
    • Generate parts (SmartDraw)
      POST
    • Retrieve the full list of parts
      POST
    • Retrieve the list of parts on the layout (returned in order of their physical positions)
      POST
    • Copy parts
      POST
    • Update and delete part information
      POST
    • Update the custom properties of a part
      POST
  • plate
    • Retrieve scrap sheet hierarchy details
    • Add plate
    • Retrieve plate list
    • Update plate information
  • drawing
    • Query drawing information
    • Upload DXF drawing to the job (upload file).
    • Upload dxf drawings to the job (active download)
    • Delete DXF drawing (force delete)
    • Delete DXF drawing (cannot be deleted if processed or being processed)
  • material
    • Add Material
    • Get Material List
  • job
    • Query job information by job ID
      POST
    • Add Job
      POST
    • Get Job List
      POST
    • Get Parts List under the Job
      POST
    • Get Layout List under the Job
      POST
    • Get the formatting details of the assignment
      POST
    • Get the production schedule list of the assignment
      POST
    • Get the part layout information under the assignment
      POST
    • Get the list of plates used in the assignment
      POST
    • Get the production task details under the assignment
      POST
    • Search the assignment (exact search by assignment name)
      POST
    • Delete job
      POST
    • Query the drawing processing status under the specified job
      POST
    • Get the nesting details under the job (return the DXF download link of the nesting and the part serial numbers)
      POST
    • Boost
      POST
    • Query job information by job ID (flat view)
      POST
    • Delete nesting
      POST
  • production
    • Query completed task list for the machine tool
    • Get production task details
    • Server-side - Push the layout to the CNC machine
  • Part Text Recognition
    • Get user-defined text recognition configuration
    • Drawing processing text recognition configuration
  • others
    • Get job and material information based on the layout GUID
    • Get the parts list based on the layout GUID
  1. job

Get Layout List under the Job

POST
https://mcs-gateway.fscut.com/cn-api/api/job/nspf_list/v2

Request

Authorization
Header Params

Body Params application/json

Example
{
    "job_id": [
        0
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://mcs-gateway.fscut.com/cn-api/api/job/nspf_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
    ]
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "status": 0,
    "msg": "OK",
    "data": [
        {
            "guid": "6BD779DC-09CC-40B2-8D13-E6EF9BD17220",
            "result_name": "排版_1张板材1种板材1种排版0002",
            "material": "304",
            "thickness": 0.8,
            "gas": "N2",
            "amount": 1,
            "utilization": 17.3405427,
            "part_amount": 35,
            "plate_height": 2000,
            "plate_width": 1000,
            "un_cut_amount": 35,
            "in_cut_amount": 0,
            "finish_cut_amount": 0,
            "gmid": 8450,
            "machine": null,
            "machine_desc": null,
            "is_exported": 0,
            "is_planed": 0,
            "plan_status": "un_plan",
            "extend_status": 0,
            "nspf_path": "20211108_105122_713468810N.nspf",
            "nspf_url": "http://raymes.oss-cn-shanghai.aliyuncs.com/saas-resource/qa/corp-nspf/Corp-K7D06T/20211108/20211108_105122_713468810N.nspf?OSSAccessKeyId=LTAIwvoiFSZhjvAB&Expires=1636708910&Signature=mQhVqiPOiYbQNztw5xGgUxfa2%2BM%3D",
            "thumbnail_path": "20211108_105122_713468810N.png",
            "thumbnail_url": "http://raymes.oss-cn-shanghai.aliyuncs.com/saas-resource/qa/corp-nspf/Corp-K7D06T/20211108/20211108_105122_713468810N.png?OSSAccessKeyId=LTAIwvoiFSZhjvAB&Expires=1636708910&Signature=%2B%2BxKi%2Fr1%2FWPN3nxSlM51SEXJmaY%3D",
            "plate_guid": "7B9F3823-C907-49E2-A185-3D667FF25180",
            "plate_name": "标准板xx"
        }
    ]
}
Modified at 2025-04-01 09:41:41
Previous
Get Parts List under the Job
Next
Get the formatting details of the assignment
Built with