Supported integrations
Supported integrations
Personio
Workday
SAP SuccessFactors
Factorial
ADP Workforce Now
BambooHR
PayFit
Employment Hero
Fourth
HeavenHR
HiBob
Cezanne HR
Deel
Remote
Sage HR
Humaans
Eurécia
Officient
Sesame HR
Charlie
HR WORKS
Zoho People
AlexisHR
Simployer
TriNet (Zenefits)
Paycor
Insperity
Rippling
PeopleHR
Lucca
BoondManager
Perbility Helix
Absence.io
DATEV LODAS
DATEV Lohn & Gehalt
Kombo Sandbox
SFTP
SFTP Fetch
(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.
Response
GET /hris/absence-types Positive response
"success"
{
"next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
"results": [
{
"id": "xzZoKssDaMZAd62kxayzzQvD",
"remote_id": "91",
"name": "Vacation",
"unit": "DAYS",
"half_days_supported": true,
"exact_times_supported": false,
"remote_data": null,
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null
}
]
}