查询监测点绑定设备

更新时间:2023-06-21 07:13:02下载pdf

本文介绍查询监测点绑定设备的 API。

接口描述

根据监测点 ID 分页查询监测点绑定设备列表。

接口地址

GET: /v1.0/iot-03/statistical-indicators/monitors/{monitor_id}/devices

请求参数

参数名 类型 参数位置 是否必填 说明
monitor_id String uri true 监测点 ID
page_no Integer query true 当前页
page_size Integer query true 每页的行数,取值范围为 1 至 200

返回参数

参数名 类型 说明
result PageRsp

result 说明

参数名 类型 说明
total Long 设备总数
datas List 设备列表
has_more Boolean 是否有下一页

请求示例

GET: /v1.0/iot-03/statistical-indicators/monitors/xxx/devices?pageNo=1&pageSize=10

返回示例

{ "result": { "datas": [ "xxx" ], "total": 1, "has_more": false }, "t": 1632468010835, "success": true }

错误码

参考 错误码