List Time Off Requests

Lists time off requests, with support for filtering, sorting, and pagination.

OAuth Scopes: time_off:requests

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

OData filter expression applied to time off requests. 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: id, employeeId, categoryId, startDate, endDate, amount, unit, status, requestedAt. status accepts the four values of the response enum. A request that a later edit replaced is never returned by this endpoint, so no filter can select one. Examples: status eq 'approved', employeeId in (614, 615, 616), status eq 'approved' and startDate ge '2026-04-01' and endDate le '2026-05-01'.

string

Sort the results by a property and direction, e.g. requestedAt desc. Defaults to requestedAt desc.

integer
≥ 1
Defaults to 1

The page number to retrieve.

integer
1 to 1000
Defaults to 100

The number of items to return per page.

boolean
Defaults to false

Set to true to include the _links block naming the state transitions available to the caller for this time off request. Also accepts 1, yes and on. Omitted from the response by default.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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