更新时间:2023-06-21 07:13:10下载pdf
本文介绍查询数据概况图表数据的 API。
根据设备类型编号、时间类型参数及时间查询租户设备数据概况图表数据。
GET: /v1.0/iot-03/si/datapoint/analysis/survey/chart
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_type_code | String | query | true | 设备类型编号 |
type | Integer | query | true | 时间类型:
|
start_time | Long | query | true | 开始时间 |
end_time | Long | query | true | 结束时间 |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 返回结果说明 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
key | Long | 时间点 |
value | Double | 数据值 |
GET: /v1.0/iot-03/si/datapoint/analysis/survey/chart?device_type_code=water&type=2&start_time=20211001&end_time=20211031
{
"result": [
{
"value": 0,
"key": 20211026
},
{
"value": 10.644,
"key": 20211027
},
{
"value": 12.099,
"key": 20211028
}
],
"t": 1635499353396,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈