IotHub
    IotHub
    • README
    • Update Record
    • token
      • createToken
        POST
      • destroyToken
        POST
    • customer
      • customerPage
        POST
      • customerTree
        POST
    • device
      • command
        • commandSend
        • commandInfoList
        • cutOilElectric
        • getConfig
      • devicePage
        POST
      • deviceTypes
        POST
      • deviceTypeInfo
        POST
      • deviceDataByDeviceIds
        POST
      • deviceDataByCustomerId
        POST
      • deviceTripInfoByTripId
        POST
      • deviceTripsByDeviceId
        POST
      • expandInfoByDeviceId
        POST
      • saveDeviceChannelName
        POST
    • fence
      • fencePage
        POST
      • fenceInfo
        POST
      • addFence
        POST
      • saveFence
        POST
      • delFence
        POST
      • fenceDevices
        POST
      • fenceDeviceUpdate
        POST
      • fenceDeviceDel
        POST
      • fenceDeviceAdd
        POST
    • push
      • README
    • video
      • H5 page
      • H5 Page-V2
      • liveVideo
      • playBackList
      • historicalUpload
      • playBack
      • replaySet
      • taskPage
      • taskDelete
      • getNodes
    • alarm
      • alarmTypeList
      • alarmFilePage
      • alarmFileByAlarmId
      • alarmHistoryPage
      • alarmPageByUser
    • audio
      • README
      • talk
      • talkPlus
    • gallery
      • filePageV2
      • filePage
      • deleteFile
      • capture
      • capturePage
    • fleet
      • faceRecordPage
    • gps
      • historyData
    • Protocol Analysis
      POST

    README

    IotHub#

    1. Overview#

    IotHub is the Open API of the public or stand-alone deployed Iot platform.
    IotHub opens GPS point data, trip and report data to partners, which is used to integrate devices into partners' own SaaS platforms and Apps.

    2. Framework#

    MettaHub+Framework.jpg

    3. Operation process#

    1.Log in to the platform system using the main account
    2.Enter the company information management, click Apps, and check to activate 'Fleet'
    image.png
    3.Now, you can see the application you just opened. If not, please confirm whether the operation in the previous step is correct and refresh the web page.
    6DBBF577-C2DB-4d7f-9FF4-53AD7133BFE7.png
    4.The APIKey and APISecret used to use OpenApi can be obtained in Account Info.
    image.png
    Start with createToken.
    image.png
    Input apiKey and apiSecret for get authorization
    image.png
    Input Authorization in Headers for others
    image.png
    5.If the existing number of API calls cannot meet your needs, relevant sales personnel will communicate with you.

    4. General Response#

    codemsg
    0success
    601userId is not exist or userToken is error
    602user is forbidden
    603request not found
    604incorrect request method
    605System exception
    1001POI query exceeds available times
    Modified at 2024-11-27 07:27:36
    Next
    Update Record
    Built with