List Timeoff requests ​
Endpoint ​
GET /unified/hris/timeoff_requests
Integrations supported
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- Officient
- PeopleHR
- Personio
- Workable
- Zoho People
Partial response integrations
For partial response integrations, you will need to fetch the individual resource using the "get" endpoint to get the full response object.
- Officient
Query parameters ​
Refer Specifying query parameters in Truto APIs
The ID of the integrated account to use for the request.
62f44730-dd91-461e-bd6a-aedd9e0ad79d
The format of the response.
unified
will return the response with unified mappings applied.raw
will return the raw response from the remote API.normalized
will apply the unified mappings and return the data in a normalized format.
Defaults to unified
.
unified
raw
normalized
unified
By default the result
attribute is an array of objects. This parameter allows you to specify a field in each result
objects to use as key, which transforms the result
array into an object with the array items keyed by the field. This is useful for when you want to use the result as a lookup table.
id
Ignores the limit
query parameter.
Excludes the remote_data
attribute from the response.
Array of fields to exclude from the response.
truto_exclude_fields[]=id&truto_exclude_fields[]=name
Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.
remote_query[foo]=bar
This represents the status of the time off request.
APPROVED
PLANNED
REJECTED
REQUESTED
WITHDRAWN
all
closed
pending
Enum support by integration
- Officient
all
pending
closed
- HeavenHR
PLANNED
APPROVED
REJECTED
REQUESTED
WITHDRAWN
Required in
- HeavenHR
- Kenjo
Supported in
- HR Partner
- Officient
- Workable
This represents the employee requesting time off.
Integration specific notes
- HR PartnerThe employee to filter the time off requests by
- WorkableThis represents the employee the balance belongs to.
Required in
- HeavenHR
- Kenjo
- PeopleHR
- Workable
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HR Partner
The unique identifier for employees
This represents the name of the employee.
This represents the start time of the time off request.
Required in
- HeavenHR
- Kenjo
- PeopleHR
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HiBob
- HR Partner
- Humaans
- Personio
- Workable
This represents the end time of the time off request.
Required in
- HeavenHR
- Kenjo
- PeopleHR
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HiBob
- Humaans
- Personio
- Workable
Supported in
- HR Partner
The unique identifier for TimeoffType
holiday
sickness
Required in
- Breathe
Supported in
- AlexisHR
- Factorial
- Humaans
- Workable
The employee number you want to get the time off requests for
Supported in
- Zoho People
The employee ID you want to get the time off requests for
Supported in
- Humaans
- Personio
This represents the date when the timeoffpolicies was updated
Supported in
- Personio
Response Body ​
List of Timeoff requests
The unique identifier for timeoffpolicies
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- Officient
- PeopleHR
- Personio
- Workable
- Zoho People
This represents the description of the time off request.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HR Partner
- Humaans
- Keka
- Kenjo
- Personio
- Zoho People
This represents the reason of the time off request.
Supported in
- Breathe
- PeopleHR
The unique identifier for timeoff_reason
This represents the name of the timeoff_reason.
This represents the employee requesting time off.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- Officient
- PeopleHR
- Personio
- Workable
- Zoho People
The unique identifier for employees
This represents the name of the employee.
This represents the approver of the time off request.
Supported in
- Breathe
- Charlie
This represents the status of the time off request.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- Officient
- Personio
- Workable
- Zoho People
This represents the employee note for the time off request.
Supported in
- HR Partner
- PeopleHR
This represents the units of the time off request.
hours
days
weeks
months
Supported in
- AlexisHR
- Breathe
- Charlie
- HiBob
- HR Partner
- Kenjo
- Personio
- Workable
- Zoho People
This represents the amount of the time off request.
Supported in
- Breathe
- Charlie
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Kenjo
- PeopleHR
- Personio
- Workable
- Zoho People
This represents the time off type of the time off request.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- Humaans
- Keka
- Kenjo
- Personio
- Workable
- Zoho People
This represents the request type of the time off request.
Supported in
- Charlie
- HiBob
This represents the start time of the time off request.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- PeopleHR
- Personio
- Workable
- Zoho People
This represents the end time of the time off request.
Supported in
- AlexisHR
- Breathe
- Charlie
- Factorial
- HeavenHR
- HiBob
- HR Partner
- Humaans
- Keka
- Kenjo
- PeopleHR
- Personio
- Workable
- Zoho People
This represents the session of the time off request.
full
morning
afternoon
Supported in
- Breathe
- Factorial
- HeavenHR
- PeopleHR
- Personio
This represents the date when the timeoffpolicies was created
Supported in
- AlexisHR
- Breathe
- Factorial
- Humaans
- Keka
- Personio
- Zoho People
This represents the date when the timeoffpolicies was updated
Supported in
- AlexisHR
- Breathe
- Factorial
- Humaans
- Personio
- Workable
Raw data returned from the remote API call.
The cursor to use for the next page of results. Pass this value as next_cursor
in the query parameter in the next request to get the next page of results.