---
title: "List countries in collection"
method: GET
path: "/v1/holiday-collections/{collectionId}/countries"
tags: ["Holiday Countries"]
---

# List countries in collection

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

## Path parameters

- `collectionId` string, required

## Response `200`

List of 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)
