Get a list of all absences accessible to user.
Access rights:
| Param name | Description |
|---|---|
|
page
optional |
Page number. Validations:
|
|
per_page
optional |
Number of records per page. Default: 50. Validations:
|
|
date_range
optional |
Get all absences within the specified date range. Date range format: Validations:
|
|
date_range_start
optional |
Get all absences within a date range with the specified start date. Validations:
|
|
date_range_end
optional |
Get all absences within a date range with the specified end date. Validations:
|
|
updated_after
optional |
Get all absences updated after the specifiex Unix timestamp. Validations:
|
|
user_id
optional |
Get all absences for the specified user. Validations:
|
|
state
optional |
Filter absences by state. Validations:
|
|
absence_type_name
optional |
Filter absences by absence type name. Must be one of the following: Validations:
|
|
sort_by
optional |
Sort by field. Default: Validations:
|
|
order
optional |
Sorting order (descending or ascending). Default: Validations:
|