Skip to main content
POST
/
api
/
device
/
config
/
get
设备配置查询
curl --request POST \
  --url https://api.example.com/api/device/config/get \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "device000001",
  "path": ""
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required
path
string
async
boolean

默认false同步,true为异步

Response

200 - application/json

The response is of type object.