|
|
Get the fingerprint list of a lock
https://api.sciener.com/v3/fingerprint/list
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 |
| pageNo |
Int |
Y |
Page, start from 1 |
| pageSize |
Int |
Y |
Items per page, default 20, max 100 |
| date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
| Parameter |
Type |
Description |
| list |
JSONObject |
Record list |
The objects of the returning data
| Parameter |
Type |
Description |
| fingerprintId |
Int |
Fingerprint ID |
| lockId |
Int |
Lock ID |
| fingerprintNumber |
String |
Fingerprint code |
| fingerprintType |
Int |
Fingerprint type:1-normal, 4-cyclic |
| fingerprintName |
String |
Fingerprint name |
| startDate |
Long |
The time when it becomes valid, timestamp in milliseconds |
| endDate |
Long |
The time when it is expired, timestamp in milliseconds |
| cyclicConfig |
JSONArray |
The cyclic time configuration, the startTime and endTime off each week day must be the same at the moment |
| createDate |
Long |
Create time |
| status |
Int |
NB-IoT operate status:1-normal, 2-invalid or expired, 3-pending, 4-adding, 5-add failed, 6-modifying, 7-modify failed, 8-deleting, 9-delete failed |
| senderUsername |
String |
The sender's username |
cyclicConfig
| Parameter |
Type |
Description |
| startTime |
Int |
Start time of cyclic, in minutes, for example 480 for 8:00 |
| endTime |
Int |
End time of cyclic, in minutes, for example 1080 for 18:00 |
| weekDay |
Int |
Week day, 1-7, 1 for monday and 7 for sunday. |
3.Example of response
|