更新时间:2023-06-21 07:13:05下载pdf
本文介绍获取资产下巡店设备的 API。
获取指定资产下已关联的巡店设备列表。
GET: /v1.0/iot-03/store-inspection/assets/{asset_id}/assigned-devices
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
asset_id | String | uri | true | 资产 ID |
device_id | String | query | false | 巡店设备 ID |
device_type | Integer | query | false | 巡店设备类型,当前支持取值为 1,即 AI 巡店 |
page_size | Integer | query | false | 页大小,默认 20,取值为正整数,最大为 100 |
page_no | Integer | query | false | 页码,默认 1,取值为正整数 |
参数名 | 类型 | 说明 |
---|---|---|
result | Page | 巡店设备列表 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
total | Long | 匹配条件的数据总数 |
list | List |
已关联的巡店设备列表 |
has_more | Boolean | 是否还有下一页 |
list
说明
参数名 | 类型 | 说明 |
---|---|---|
id | String | 巡店设备 ID |
name | String | 巡店设备名称 |
online | Boolean | 巡店设备在线状态 |
category | String | 巡店设备品类码 |
category_name | String | 巡店设备品类名称 |
device_type | Integer | 巡店设备类型,当前支持取值为 1,即 AI 巡店 |
node_id | String | 设备如果由网关接入,设备在网关下的节点 ID |
GET: /v1.0/iot-03/store-inspection/assets/142324705862568****/assigned-devices?device_id=vdevo16281640933****&device_type=1
{
"result": {
"list": [
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6c45cbb37e1c5****0hv65",
"name": "智能摄像机 4",
"online": true,
"id": "6c800207371d290c80sa4x",
"category": "sp",
"node_id": "tuya2a2aad6da9****52a004"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6c45cbb37e1c****e0hv65",
"name": "智能摄像机 1",
"online": true,
"id": "6cdcdb35078****986sogk",
"category": "sp",
"node_id": "tuya2a2aad****98152a001"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6c45cbb37e1****ae0hv65",
"name": "智能摄像机 2",
"online": true,
"id": "6c2fc848faad****8ayuel",
"category": "sp",
"node_id": "tuya2a2aa****298152a002"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6c45cbb37****bae0hv65",
"name": "智能摄像机 3",
"online": true,
"id": "6c87a51831b****160a6kx",
"category": "sp",
"node_id": "tuya2a2aad****98152a003"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6cfcd243c01****b6ndhs",
"name": "智能摄像机 3",
"online": true,
"id": "6cf59c939c****16c42yca",
"category": "sp",
"node_id": "tuyadb451****02eec4ba003"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6cfcd24****64376b6ndhs",
"name": "智能摄像机 1",
"online": true,
"id": "6c81ea93d****931f0up2v",
"category": "sp",
"node_id": "tuyadb45****c02eec4ba001"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6cfcd243****4376b6ndhs",
"name": "智能摄像机 2",
"online": true,
"id": "6ce1454a956f****edypj8",
"category": "sp",
"node_id": "tuyadb4512****2eec4ba002"
},
{
"category_name": "智能摄像机",
"device_type": 1,
"gateway_id": "6cfcd243c0164376b6****",
"name": "智能摄像机 4",
"online": true,
"id": "6c2769b9b180368e2d****",
"category": "sp",
"node_id": "tuyadb4512a8c02eec4b****"
}
],
"total": 8,
"has_more": false
},
"t": 1635401574148,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈