更新时间:2023-12-07 03:33:57下载pdf
本文介绍批量查询关联 App 用户维度设备列表的 API。
批量查询关联 App 用户维度设备列表
GET: /v1.0/iot-01/associated-users/devices
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
last_row_key | String | query | false | 上一页返回的分页标识 |
size | Integer | query | false | 分页大小 |
start_update_time | Long | query | false | 根据设备 update_time 查询的开始时间戳(10位) |
end_update_time | Long | query | false | 根据设备 update_time 查询的结束时间戳(10位) |
参数名 | 类型 | 说明 |
---|---|---|
result | DeviceBatchRes |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
last_row_key | String | 分页标识 |
has_more | Boolean | 是否有下一页 |
total | Long | 总数 |
devices | List | 设备列表 |
GET: /v1.0/iot-01/associated-users/devices&last_row_key=xxxxx&size=20&start_update_time=13612321311&end_update_time=136123333223
{
"result": {
"last_row_key": "xxxxxx",
"devices": [
{
"sub": false,
"create_time": 1575017570,
"local_key": "11d7f7286caa****",
"owner_id": "1160****",
"biz_type": 310002,
"ip": "58.251.**.****",
"icon": "smart/program_category_icon/znyxss.png",
"time_zone": "+08:00",
"product_name": "WiFi智能音箱 SS190",
"uuid": "12****",
"active_time": 1584063323,
"uid": "ay156531946658X****",
"update_time": 1584939489,
"product_id": "i9vkzktd",
"name": "WiFi智能音箱 SS190",
"online": false,
"model": "SS190",
"id": "747b2165d9449964****",
"category": "znyxss",
"status": [
{
"code": "smartspeaker_vol",
"value": "26"
}
]
}
],
"total": 1,
"has_more": false
},
"t": 1586741851210,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈