List Time Off Requests

Returns time off requests within the specified date range. Both start and end query parameters are required (YYYY-MM-DD). The search is inclusive: requests whose date range overlaps the query window are returned. Results can be filtered by status, employee, time off type, or limited to requests the caller can approve.

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

A particular request ID to limit the response to.

string
enum
Defaults to view

Limit to requests the caller can view, requests they can approve, or only their own requests via myRequests. Defaults to view.

Allowed:
integer

A particular employee ID to limit the response to.

date
required

Only include requests that end on or after this date. YYYY-MM-DD format.

date
required

Only include requests that start on or before this date. YYYY-MM-DD format.

string

A comma-separated list of time off type IDs to filter by. If omitted, requests of all types are included.

string

A comma-separated list of request status values to filter by. Accepted values are approved, denied, superceded, requested, and canceled. If omitted, requests of all statuses are included.

string

When set to any truthy value, omits the notes object from each request in the response.

Headers
string
enum

This endpoint can produce either JSON or XML.

Allowed:
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized. Invalid API credentials.

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