List Time Off Policies

Lists time off policies, with support for filtering, sorting, and pagination. Each accruing policy includes its currently effective version with milestones inlined.

OAuth Scopes: time_off:policies

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 policies. 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, name, categoryId, type, createdAt, updatedAt. Examples: type eq 'ACCRUING', categoryId in (22, 23), type eq 'ACCRUING' and name eq 'Standard Vacation'.

string

Sort the results by a property and direction, e.g. name asc. Sortable fields: id, name, categoryId, type, createdAt, updatedAt.

integer
≥ 1
Defaults to 1

The page number to retrieve.

integer
10 to 100
Defaults to 50

The number of items to return per page.

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