Skip to content

List Timeoff requests ​

Endpoint ​

http
GET /unified/hris/timeoff_requests
Integrations supported
  • HiBob
  • Keka

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
start_time
string
This represents the start time of the time off request.
Supported in
  • HiBob
end_time
string
This represents the end time of the time off request.
Supported in
  • HiBob

Response Body ​

result
object[]
List of Timeoff requests
id
string
REQUIRED · The unique identifier for timeoffpolicies
Supported in
  • HiBob
  • Keka
description
string
This represents the description of the time off request.
Supported in
  • Keka
reason
object
This represents the reason of the time off request.
id
string
REQUIRED · The unique identifier for timeoff_reason
name
string
This represents the name of the timeoff_reason.
employee
string
This represents the employee requesting time off.
Supported in
  • HiBob
  • Keka
approver
string
This represents the approver of the time off request.
status
string
This represents the status of the time off request.
Supported in
  • HiBob
  • Keka
employee_note
string
This represents the employee note for the time off request.
units
string
This represents the units of the time off request.
All possible enum values:
  • hours
  • days
  • weeks
  • months
Supported in
  • HiBob
amount
number
This represents the amount of the time off request.
Supported in
  • HiBob
request_policy_type
string
This represents the request type of the time off request.
Supported in
  • HiBob
  • Keka
start_time
string
This represents the start time of the time off request.
Supported in
  • HiBob
  • Keka
end_time
string
This represents the end time of the time off request.
Supported in
  • HiBob
  • Keka
session
string
This represents the session of the time off request.
All possible enum values:
  • full
  • morning
  • afternoon
created_at
string
This represents the date when the timeoffpolicies was created
Supported in
  • Keka
updated_at
string
This represents the date when the timeoffpolicies was updated
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
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.