v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSchedules
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
Example response
[
{
"id": 3,
"name": "US Holidays",
"calendarType": "predefined",
"countryCode": "US"
}
]