Cabinet Api For Bestwond
  1. Cabinet Released Api
Cabinet Api For Bestwond
  • Cabinet Released Api
    • Open device box
      POST
    • Screen display settings
      POST
    • Get device status
      POST
    • Get device box list
      POST
    • Get device list
      POST
    • Get device box log
      POST
  • How to Get Box Door Status
    • User API
      • Get box status api: User API
    • Set api for get box door open status
      POST
    • Get device box door open status
      POST
  • Save And Take By Bw
    • Set orders that can be saved in
      POST
    • Get device box doors that can be stored
      POST
    • Get device box used info
      POST
    • Express storage and retrieval API
      POST
    • Get device box save order info
      POST
    • Set Express storage and retrieval Webhook
      POST
    • Delete Order
      POST
    • Delete Order By Order No
      POST
  1. Cabinet Released Api

Get device status

POST
/api/iot/device/line/status/
Get Device Status: https://api.bestwond.com/api/iot/device/line/status/

Request

Query Params
sign
string 
required
Obtained through signature
Body Params application/json
app_id
string 
required
App Id
device_number
string 
required
Device Id
timestamps
string 
required
time stamp
Example
{
    "device_number": "2100013075",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}

Request 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 --request POST 'https://api.bestwond.com/api/iot/device/line/status/?sign' \
--header 'Content-Type: application/json' \
--data-raw '{
    "device_number": "2100013075",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e"
}'

Responses

🟢200成功
application/json
Body
code
string 
required
0 indicates success
data
object 
required
data
app_id
string 
required
App Id
device_number
string 
required
Device Id
timestamps
string 
required
time stamp
status
string 
required
Device status: on | off
sign
string 
required
sign
msg
string 
optional
Message
Example
{
    "code": "0",
    "data": {
        "app_id": "100001101",
        "sign": "voluptate",
        "status": "on",
        "timestamps": 657415211,
        "device_number": "1200010101"
    },
    "msg": "success"
}
Modified at 2023-08-14 00:55:14
Previous
Screen display settings
Next
Get device box list
Built with