文档
测试

Unrecognized abnormal data (mobile APP)

POST
qgy/unident/deviceKeyList

接口描述

The identification records under the device belonging to the current user can be retrieved according to the device grouping name || start time || end time || body temperature anomaly

Request parameters

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

Return sample

``` { "result": 1, "msg": "successful operation!", "number": 10,//Number of pages per page "code": "QG_SUS1000", "data": [ { "guid": "AB7C5985CAC34CEE8EF6747D1B9391A9", "deviceKey": "CBI9SLM56A", "photoUrl": "https://qgyface.oss-cn-hangzhou.aliyuncs.com/discern/dd60ce72-2f01-49d9-a690-0b8f3d970aae.png?x-oss-process=style/format_png", "showTime": "2020-08-04 15:09:54", "temperature": 0.0,//Temperature "tempAbnormal": 0, "eqName": "East Gate"//Device grouping name } ], "count": 43//总条数 } ```