更新时间:2023-06-15 05:52:10
本文介绍查询资产下已关联的客流设备列表的 API。
查询资产下已关联的客流设备列表
GET: /v1.0/iot-03/passenger-flows/assets/{asset_id}/assigned-devices
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
asset_id | String | uri | true | 资产ID |
req | AssignDeviceQueryReq | query | true | 查询条件 |
req
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_id | String | false | 设备ID | |
device_type | Integer | false | 客流设备类型;1:出入口客流设备;2:店内客流设备 | |
page_no | Integer | false | 页码(默认第一页) | |
page_size | Integer | false | 页面数量(默认20,最高100) |
参数名 | 类型 | 说明 |
---|---|---|
result | Page |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
total | Long | 总数量 |
list | List |
|
has_more | Boolean | 是否有下一页 |
list
说明
参数名 | 类型 | 说明 |
---|---|---|
device_id | String | 设备Id |
device_name | String | 设备Id |
device_type | Integer | 客流设备类型;1:出入口客流设备;2:店内客流设备 |
has_config | Boolean | 设备是否已配置,如区域设置 |
online | Boolean | 在线状态:true:在线状态false:离线状态 |
GET: /v1.0/iot-03/passenger-flows/assets/1409705128042250240/assigned-devices?page_no=1&page_size=10
{
"result": {
"list": [
{
"device_id": "11111111111111111111",
"device_type": 1,
"device_name": "智能摄像机",
"online": false,
"has_config": true
},
{
"device_id": "22222222222222222222",
"device_type": 1,
"device_name": "智能摄像机",
"online": true,
"has_config": false
}
],
"total": 2,
"has_more": false
},
"t": 11111111111111,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈