Availability Schedule
List Time-Off Periods
Retrieve all time-off periods configured for users in your workspace, used to block availability during vacations or absences.
GET
List time-off periods
Authorizations
Query Parameters
Email address of the user whose time-off periods to retrieve.
Example:
"lena.meier@horizondigital.de"
Only return periods ending on or after this date (YYYY-MM-DD). Defaults to today when omitted.
Example:
"2026-04-01"
Only return periods starting on or before this date (YYYY-MM-DD). No upper bound when omitted.
Example:
"2026-12-31"
Filter to a single type of period.
Available options:
vacation, out_of_office Example:
"vacation"
Number of results per page.
Required range:
1 <= x <= 100Example:
20
Page number for paginated results.
Required range:
x >= 1Example:
1
Last modified on April 29, 2026