事件数据查询(分页)✅
社区版环境
GET
/api/v1/event/datas事件数据查询(分页)
请求参数
Query 参数
device_id
string
设备ID
identify
string
数据标识符
page
integer
页码
page_size
integer
每页数量
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
count
integer
必需
list
array [object {7}]
必需
示例
{
"code": 200,
"message": "Get list successfully",
"data": {
"count": 100,
"list": [
{
"id": "1",
"device_id": "yanhao",
"identify": "Ml9rRreHDb",
"ts": "2017-07-24T15:13:58Z",
"data": "{\"key71\": 5, \"key1745\": 8989, \"key4\": 70, \"key9\": 302}",
"tenant_id": null
},
{
"id": "2",
"device_id": "yanhao",
"identify": "aaxljRKjUX",
"ts": "2011-07-14T15:52:35Z",
"data": "{\"key2981\": 57, \"key7\": 7695}",
"tenant_id": null
}
]
}
}
最后修改时间: 9 个月前