---
title: "Get holiday collection"
method: GET
path: "/v1/organizations/{orgId}/holiday-collections/{id}"
tags: ["Holiday Collections"]
---

# Get holiday collection

`GET /v1/organizations/{orgId}/holiday-collections/{id}`

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Holiday collection details

- HolidayCollectionDto
  - `id` string
  - `organizationId` string
  - `name` string
  - `description` string
  - `active` boolean
  - `user` string
  - `lastUpdate` integer
  - `created` integer
  - `deleted` boolean
  - `countries` HolidayCollectionCountryDto[]
    - `id` string
    - `collectionId` string
    - `countryCode` string
    - `regionCode` string
    - `created` 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/fbe59bacb638/schema)
