Get the status of a lock
https://api.sciener.com/v3/lock/queryStatus
Get the status of a lock via gateway, frozen or not.
1. Description
Name |
Type |
Required |
Description |
clientId |
String |
Y |
The app_id which is assigned by system when you create an application |
accessToken |
String |
Y |
Access token |
lockId |
Int |
Y |
Lock ID |
date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
Parameter |
Type |
Description |
status |
Int |
Lock status: 0-not frozen, 1-frozen |
3.Example of response
{
"status": 0
}