Get DS3 alert

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

The notification received in the cloud will be sent to the developer via a callback.

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
doorSensorIdIntYDS3 ID
dateLongYCurrent time (timestamp, in milliseconds)

3 Response and example

ParameterTypeDescription
notCloseAlertFlagIntDoor not closed reminder indicator: Value range 1 - Open, 2 - Closed
notCloseAlertSecondNumIntDoor not closed reminder time, unit: seconds, range: 1~900 seconds.
longTimeNotOpenAlertFlagIntLong-term inactivity reminder indicator: Value range 1 - On, 2 - Off
longTimeNotOpenDayNumIntLong-term door inactivity reminder time, unit: days, range: 1-15 days.