BOCHU IoT Api
    BOCHU IoT Api
    • 0. Introduction
    • a. Use our demo to quickly generate request headers
    • b. Manually create the request header
    • 1. Machine Quota
    • 2. API Quota & API Rate Limit
    • Global Error Code
    • Cutting Machine API
      • Machine Management
        • Machine List
        • Machine Detailed Information
        • Machine Status Change Records
      • Real-time Data
        • Machine Operating Status
        • Machine Current Alarm List
        • Machine Ongoing Processing Task
        • Real-time Status of the Cutting System
      • Historical Data
        • Paged Processing Records
      • Statistics Information
        • Summary of Statistical Data for a Period of Time
        • Daily Alarm Duration
        • Daily Piercing Count
        • Daily Idle Time
        • Daily Laser-On Time
        • Daily Gas-On Time
        • Daily Cutting Length
        • Daily Traveling Distance
        • Daily Processing Time v2
      • Task Management
        • Upload Cut Task
    • Welding Machine API
      • Machine Management
        • Machine List
        • Machine Detailed Information
        • Machine Status Change Records
      • Real-time Data
        • Machine Operating Status
      • Historical Data
        • Paged Welding Processing Records
      • Statistics Information
        • Summary of Welding Statistical Data for a Period of Time
        • Daily Flat-Weld Length
        • Daily Flat-Weld Time
        • Daily Vertical-Weld Length
        • Daily Vertical-Weld Time
        • Daily Weld Length
        • Daily Weld Time
        • Daily Weld-Pass Count
        • Daily Idle Time
        • Daily Processing Time
      • Task Management
        • Upload Weld Task

    Global Error Code

    Whenever an enterprise application calls the API, it may receive either a correct or an erroneous return code. Enterprises can debug the interface based on the return code information to troubleshoot errors.
    Recommended error code troubleshooting method:
    Use ctrl+f to globally search for the error code on this page.

    Global error codes are as follows:
    Error CodeError DescriptionSolution
    1000The request header of the API call does not carry "app-id"① Please check if the request header carries "app-id"
    ② If you don't know what "app-id" is, please read: https://fscut-open-en.apifox.cn/doc-2946216
    1001The "app-id" provided in the API call's request header is unauthenticated① Please check if the "app-id" in the request header is correct
    ② Check if the appId on the open platform webpage is correct, click: https://open.fscut.com/#/user
    1002The appId provided in the API call's request header has expiredPlease contact Bai Chu customer service directly
    1003The "time-stamp" carried in the API call's request header is illegal① Please check if the request header carries "time-stamp"
    ② Please check if the provided timestamp is within ten minutes before or after the current time
    1004The request header of the API call does not carry "app-sign"① Please check if the request header carries "app-sign"
    ② If you don't know what "app-sign" is, please read: https://fscut-open-en.apifox.cn/doc-2946216
    1005The signature appSign provided in the API call's request header is illegal, please check if the encryption rule is correct① If you don't know what "app-sign" is, please read: https://fscut-open-en.apifox.cn/doc-2946216
    ② Please check if the app-sign encryption/decryption rule is correct, you can refer to the document: https://fscut-open-en.apifox.cn/doc-2946218
    1006The request body format of the API call is incorrectPlease check if the request body sent by the API call is in json format
    1007Your role does not support the use of this APITo protect the rights of customers, some interfaces are only available for special roles. If you have questions, please contact Bai Chu customer service
    1008Exceeded the maximum number of calls for today, cannot call the API anymore 【API quota】Today's quota is full, for further information, refer to the document: https://fscut-open-en.apifox.cn/doc-2946220
    1009The call frequency exceeds the maximum frequency limit of the API 【API frequency limit】Please reduce the API call frequency, refer to the document: https://fscut-open-en.apifox.cn/doc-2946220
    1010Uncontrollable machine tool① First confirm whether the correct cardId is entered (only controllable machine tools can be called via API)
    ② If you do not understand the concept of a controllable machine tool, refer to the document: https://fscut-open-en.apifox.cn/doc-2946219
    1011Input cardIds are not in a collection formatPlease ensure the input machine tool list is in a collection format (for instance, input for cardIds requires a collection format, do not input a single string)
    1012Historical data-related API (such as historical data, statistical data) input startDate and endDate format is incorrectPlease confirm whether the format of startDate and endDate is "yyyyMMdd" (e.g., correct example: 20230201)
    1013Historical data-related API (such as historical data, statistical data) input startTime and endTime format is incorrectPlease confirm the format of startTime and endTime is "yyyy-MM-dd HH:mm:ss" (e.g., correct example: 2023-05-01 00:00:00)
    1014The time information input for historical data-related APIs (like historical data, statistical data) is illegal, and only supports data from the past three months① Please check if startDate, endDate, startTime, and endTime are within the last three months
    ② Please check if the endDate is earlier than the startDate (similarly for startTime and endTime)
    1100Unknown exceptionContact Bai Chu customer service for resolution
    1101Project initialization exceptionContact Bai Chu customer service for resolution
    1102【Gateway】Internal logic errorContact Bai Chu customer service for resolution
    1103【Gateway】Internal errorContact Bai Chu customer service for resolution
    1200Specified user not foundContact Bai Chu customer service for resolution
    2200The provided request parameter is abnormal① First correct the request content based on the exception information
    ② If you have questions about the request information, contact Bai Chu customer service for resolution
    2201【Open Platform】Backend internal errorPlease contact Bai Chu customer service
    Modified at 2023-09-02 12:14:00
    Previous
    2. API Quota & API Rate Limit
    Next
    Machine List
    Built with