Skip to main content
POST
/
api
/
device
/
model
/
get
设备模型同步
curl --request POST \
  --url https://api.example.com/api/device/model/get \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "<string>"
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required

设备id或设备sn

Response

200 - application/json

The response is of type object.