Attendance

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/attendance

List all permissions under filtering conditions. If no hit, the response will be a 200 with 0 counts.

Request Params

KeyDatatypeRequiredDescription
datestringThe starting date of the attendance recrods to retrieve
timezonestringThe timezone of the day defined attendance data
startTimestringThe starting hour, minute, and second of the day to generate attendance data
userIdstringThe unique id to specify an identity
typesstringThe list of identity types to be included in the query filtered by their indexes
limitstringThe number limit of attendance records to return
offsetstringThe number of attendance records to skip

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"offset":0,"attendance":[]}