批量查询关联 App 用户维度设备列表

更新时间:2023-12-07 03:33:57下载pdf

本文介绍批量查询关联 App 用户维度设备列表的 API。

接口描述

批量查询关联 App 用户维度设备列表

接口地址

GET: /v1.0/iot-01/associated-users/devices

请求参数

参数名类型参数位置是否必填说明
last_row_keyStringqueryfalse上一页返回的分页标识
sizeIntegerqueryfalse分页大小
start_update_timeLongqueryfalse根据设备 update_time 查询的开始时间戳(10位)
end_update_timeLongqueryfalse根据设备 update_time 查询的结束时间戳(10位)

返回参数

参数名类型说明
resultDeviceBatchRes

result 说明

参数名类型说明
last_row_keyString分页标识
has_moreBoolean是否有下一页
totalLong总数
devicesList设备列表

请求示例

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
}

错误码

参考 错误码