文档
测试

0073.获取物联网设备-故障和事件

GET
device/getDeviceLiftIotEventList

请求参数

参数名
类型
描述
必填
reg_no
String
设备注册代码
必填
event_type
String
处置类型(0:故障;1:事件;空:全部)
可选

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
String
返回状态描述
必填
data
JsonObject
返回业务信息
必填
number
int
该次请求入参页码
必填
size
int
该次请求返回业务数据行数
必填
pages
int
总页数
必填
total
int
总记录数
必填
rows
JsonArray
本次请求的返回数据集合
必填
code_desc
String
故障类型
必填
happen_time
String
发生时间
必填
handle_time
String
处置时间
必填
handle_result
String
处置结果
必填