---
title: "List holiday templates"
method: GET
path: "/v1/holiday-collections/{collectionId}/templates"
tags: ["Holiday Templates"]
---

# List holiday templates

`GET /v1/holiday-collections/{collectionId}/templates`

## Path parameters

- `collectionId` string, required

## Query parameters

- `active` boolean
- `sourceType` string
- `countryCode` string
- `sort` string
- `order` string
- `page` integer
- `limit` integer

## Response `200`

List of templates

- HolidayTemplateList
  - `items` HolidayTemplateDto[]
    - `id` string
    - `collectionId` string
    - `name` string
    - `type` string
    - `sourceType` string
    - `countryCode` string
    - `regionCode` string
    - `jollidayKey` string
    - `recurring` boolean
    - `customDate` string
    - `customMonth` integer
    - `customDay` integer
    - `active` boolean
    - `lastUpdate` integer
    - `created` integer
  - `params` HolidayTemplateListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `collectionId` string
    - `sourceType` string
    - `countryCode` string
    - `active` boolean
    - `offset` integer

## Other responses

- `401` — Not authorized

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/5bc49bf02dad/schema)
