Return a list of time-off types.

This endpoint returns a list of all the existing time off types for an organization. The URL params help to return more accurate results.

Log in to see full request history
Query Params
string

Optional filter. This field allows you to retrieve time-off types based on their name. It can accept two formats:

1. A single name as a unique string.
Example: name=Sick

2. Multiple name values separated by commas (up to a maximum of 15 values).
Example: name=Maternity,Sick,Home. These options provide flexibility in filtering contracts by their type, making it easier to retrieve the specific data you need.

number

Optional filter for pagination proposals. Determines the number of pages to skip when pagination is being used. If this value is not provided, by default the offset will be 1.

number

Optional filter for pagination proposals. The maximum number of rows to retrieve which determines the size of the page. If this value is not provided then the limit will be 50 users. The maximum value of the limit is 100 users per page. Only are valid the following limit values: 25, 50 and 100.

Headers
string
required

A valid bearer token.

Responses

401

UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json