FingerPrint ManagerGet the open state of a lock
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://dev-alexa.sifely.com/v3/fingerprint/list?lockId&pageNo&pageSize'
Responses
list
array[object (FingerInfo) {9}]
optionalcreateDate
integer <int64>
optionalfingerprintId
integer <int32>
optionalfingerprintType
integer <int32>
optional{
"list": [
{
"createDate": 0,
"endDate": 0,
"fingerprintId": 0,
"fingerprintName": "string",
"fingerprintNumber": "string",
"fingerprintType": 0,
"lockId": 0,
"senderUsername": "string",
"startDate": 0
}
],
"pageNo": 0,
"pageSize": 0,
"pages": 0,
"total": 0
}
Modified at 2025-01-23 03:56:39