Get Palm vein list of a lock

https://api.sciener.com/v3/palmVein/list

1 Request method and example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
lockIdIntYid of a lock
searchStrStringNSearch string (name fuzzy matching)
pageNoIntYPage no, start from 1
pageSizeIntYItems per page, max 200
dateLongYCurrent time (timestamp in millisecond)

3 Response and example

ParameterTypeDescription
idIntid of a palm vein
nameStringname of a palm vein
numberStringnumber of a palm vein
statusStringStatus: 1-normal, 2-invalid, 3-pending
nicknameStringnickname of creator
startDateLongThe time when it becomes valid (timestamp in millisecond)
endDateLongThe time when it is expired (timestamp in millisecond)
typeIntType:1-Normal、4-Recurring
cyclicConfigJsonArrayRecurring time period, the valid time period of each week day must be the same, for example:
[{"weekDay":1, "startTime":480,"endTime":1080},{"weekDay":2, "startTime":480,"endTime":1080}] for valid from 8:00 to 18:00 in Monday and Tuesday.
createDateLongCreation time

cyclicConfig:

ParameterTypeDescription
startTimeIntThe time when it becomes valid, in minute, for example 480 for 8:00
endTimeIntThe time when it becomes validit is expired, in minute, for example 1080 for 18:00
weekDayIntWeek day:1-7, 1-Monday, 2-Tuesday...7-Sunday