v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Schedules

List linked holiday calendars

<small>Requires the sequences:read scope (or a broader one that includes it).</small>

Returns all holiday calendars linked to the specified schedule.

get/v3/schedules/{id}/holiday-calendars

Path parameters

idinteger required

Schedule ID

Response

List of linked holiday calendars

idinteger

Unique identifier for the holiday calendar

namestring

Name of the holiday calendar

calendarTypestring

Type of calendar (e.g., "predefined", "custom")

countryCodestring

ISO 3166-1 alpha-2 country code

Example response

[
  {
    "id": 3,
    "name": "US Holidays",
    "calendarType": "predefined",
    "countryCode": "US"
  }
]