https://api.sciener.com/v3/doorSensor/query
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxxcurl --location -g --request POST 'https://api.sciener.com/v3/doorSensor/query' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'lockId=163377' \--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| lockId | Int | Y | Lock ID, generated by Lock init |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| doorSensorId | Int | Door sensor ID |
| name | String | Door sensor name |
| electricQuantity | Int | Door sensor battery level |
| version | String | firmware version |
| mac | String | Door sensor MAC |
| number | String | Door sensor number |
| doorNotClosedWarningTime | Int | Door unclosed alarm time setting, in seconds, 0 mean off |
{"doorSensorId": 2323,"name": "Door sensor for front door","electricQuantity":85,"version":"1.0.0.210903","mac":"63:42:BB:C2:61:A9","number":"DS2_a961c2"}