Query DS3 operation records

https://api.sciener.com/v3/standaloneDoorSensor/listRecord

1 Request example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
doorSensorIdIntYDoor sensor ID
pageNoIntYPage numbers start from 1
pageSizeIntYNumber of pages per page, maximum 200
dateLongYCurrent time (timestamp, in milliseconds)

3 Response and example

ParameterTypeDescription
listJSONObjectlist

objects in the list

ParameterTypeDescription
dateStringRecord time (timestamp, in milliseconds).
recordTypeInt0: Closed. 1: Open. 2: Door not closed alarm. 3: Door not opened for an extended period alarm.