List Company Holidays

Returns a paginated list of active company holidays. Soft-deleted holidays are never returned. Supports OData filtering via filter, sorting via orderBy, field projection via select, and page-based pagination.

OAuth Scopes: holidays

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData filter expression applied to company holidays. Supported operators: eq (equals, use eq null to match NULL), ne (not equals, use ne null to match NOT NULL), lt (less than), le (less than or equal), gt (greater than), ge (greater than or equal), in (value in list), and (combine clauses). Not supported: or, not, parenthesized grouping. Filterable fields: name, startDate, endDate, isPublic, globalHolidayUuid. Examples: startDate ge '2026-01-01', isPublic eq true and endDate ne null.

string
Defaults to startDate asc

Comma-separated list of sort terms, each a field optionally followed by asc or desc. Allowed sort fields: name, startDate, endDate, createdAt, updatedAt.

string

Comma-separated list of properties to include in each returned holiday. Reduces payload size. Example: id,name,startDate.

integer
≥ 1
Defaults to 1

The page number to retrieve.

integer
1 to 100
Defaults to 20

The number of items to return per page.

Responses

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