fenceDevices
POST
/v2/openapi/fence/device/infoRequest
Body Params application/json
fenceId
string | null
required
Default:
null
Example
{
"fenceId": "null"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
Default:
null
data
array[object (ApiFenceDeviceVO) {3}] | null
optional
Default:
null
fenceId
string | null
optional
Default:
null
deviceId
string | null
optional
Default:
null
deviceName
string | null
optional
Default:
null
msg
string | null
optional
Default:
null
Example
{
"code": 0,
"data": [
{
"fenceId": "",
"deviceId": "",
"deviceName": ""
}
],
"msg": ""
}
Last modified: 1 年前