文档
测试

View unrecognized data

POST
/qgy/unident/list

接口描述

查看当前用户下所属设备分组的设备未识别数据

Request parameters

参数名
类型
描述
必填
userId
String
Current user ID
必填
index
Integer
Current page number
可选
length
Integer
Number of pages per page
可选
deviceKey
String
Equipment serial number
可选
temperature
Double
Temperature
可选
tempAbnormal
Integer
Abnormal body temperature specified value :0: normal 1: abnormal
可选
start
String
Start time YYYY - MM-DD HH:SS:mm
可选
end
String
The end time YYYY - MM-DD HH:SS:mm
可选

Return sample

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "guid": "1987", "deviceKey": "100001", "photoUrl": "http://pro-h.qigurl.com/qgy/image/bT-ef59-DFDE4305-b880-be7e087716c1.png",//Spot photo url "showTime": "2019-07-21 10:00:00", "photoName":"bT-ef59-DFDE4305-b880-be7e087716c1.png", "temperature":36.0, "tempAbnormal":0 } ], "count": 1 } ```