Get Attendance Records

This endpoint can be used to retrieve all attendance records for all employees. You can use the search param to filter the records returned by any employee name that matches the keyword supplied. To filter the records by date, the dateType parameter needs to be passed. This can be any of these values: week, month, and custom. When the dateType is set to custom, the startDate and endDate are required. When the dateType is set to week, the records returned will be between the start & end of the current week. This also applies to when the dateType is set to month

Query Params
int32
Defaults to 1

This can used to specify the page number of the results to be returned.

int32
Defaults to 10

This can used to specify the number of records to be returned per page e.g 10, 20, 30

string

This can used to filter the records by an employee name

string
enum

Specifies the type of schedule to filter by. e.g ROTATIONAL or FULLTIME

Allowed:
string
enum
Allowed:
date
date
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json