Get absences
Retrieve all absences.
Supported integrations
Supported integrations
This feature is currently available for the following integrations:
Personio
Workday
SAP SuccessFactors
Factorial
UKG Pro
ADP Workforce Now
BambooHR
PayFit
Employment Hero
HeavenHR
HiBob
Cezanne HR
Deel
Remote
Sage HR
Humaans
Eurécia
Officient
Sesame HR
Charlie
HR WORKS
Zoho People
AlexisHR
Simployer
TriNet (Zenefits)
Paycor
Rippling
PeopleHR
Lucca
BoondManager
Hailey HR
Perbility Helix
Kombo Sandbox
SFTP
SFTP Fetch
You’d like to see this feature for another integration? Please reach out! We’re always happy to discuss extending our coverage.
Top level filters use AND, while individual filters use OR if they accept multiple arguments. That means filters will be resolved like this: (id IN ids) AND (remote_id IN remote_ids)
Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
An optional cursor string used for pagination. This can be retrieved from the next
property of the previous page response.
The number of results to return per page. Maximum is 250.
1 <= x <= 250
Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. If you want to track entry deletion, also set the include_deleted=true
query parameter, because otherwise, deleted entries will be hidden.
By default, deleted entries are not returned. Use the include_deleted
query param to include deleted entries too.
true
, false
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3
.
Filter by a comma-separated list of remote IDs.
Filter for all the absences that either start or haven't ended yet on/after this day. If you imagine a calendar displaying absences, this defines the left-most visible day. This is a plain date (i.e., yyyy-MM-dd
), all time information is discarded.
Filter for absences that start on or before this day (but might continue after). If you imagine a calendar displaying absences, this defines the right-most visible day. This is a plain date (i.e., yyyy-MM-dd
), all time information is discarded.
Filter by a comma-separated list of absence type IDs.
Filter by a specific employee using their ID.
(⚠️ Deprecated - Use the date_from
filter instead.) Filter for absences that either start after or start before and end after a certain time.
(⚠️ Deprecated - Use the date_until
filter instead.) Filter for absences that start before a certain time.
Response
GET /hris/absences Positive response
The response is of type object
.