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
Key | Datatype | Required | Description |
---|---|---|---|
date | string | The starting date of the attendance recrods to retrieve | |
timezone | string | The timezone of the day defined attendance data | |
startTime | string | The starting hour, minute, and second of the day to generate attendance data | |
userId | string | The unique id to specify an identity | |
types | string | The list of identity types to be included in the query filtered by their indexes | |
limit | string | The number limit of attendance records to return | |
offset | string | The number of attendance records to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"attendance":[]}