查询空间能源设备列表

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

本文介绍查询空间能源设备列表的 API。

接口描述

分页查询空间能源设备列表。

接口地址

GET: /v1.0/iot-03/energy/{energy_type}/space/devices

请求参数

参数名 类型 参数位置 是否必填 说明
energy_type String uri true 能源类型,仅支持电: electricity
space_id String query false 空间 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/energy/electricity/space/devices
{ "devices": [ "xxx" ] }

返回示例

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

错误码

参考 错误码