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

    a. Use our demo to quickly generate request headers

    API calls are based on common request headers: app-id、time-stamp、app-sign
    📌
    If you are unfamiliar with the concepts mentioned above, please refer to the specified document: https://fscut-open-en.apifox.cn/doc-2946216
    The current supported languages for the request header generator demo are: Java、Go、Python and C#

    1. Java#

    Instructions:
    Utility class as follows: (Just copy it directly into your project)

    2. GO#

    Instructions
    Utility class as follows: (Just copy it directly into your project)

    3. Python#

    Instructions:
    Utility class as follows: (Just copy it directly into your project)

    4. C##

    Instructions:
    Utility class as follows:
    Modified at 2024-10-12 06:21:52
    Previous
    0. Introduction
    Next
    b. Manually create the request header
    Built with