---
title: "List holidays"
method: GET
path: "/holidays"
tags: ["Holidays"]
---

# List holidays

`GET /holidays`

## Query parameters

- `starts_on` string, date
- `ends_on` string, date
- `location_ids[]` integer
- `holiday_policy_ids[]` integer
- `page` integer

## Response `200`

OK

- object
  - `data` Holiday[]
    - `id` string, required
    - `name` string, required
    - `occurs_on` string, date, required
    - `starts_on` string, date, required
    - `ends_on` string, date
    - `working` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `holiday_policy_id` integer
    - `compensated_on` string, date
    - `observed_on` string, date
  - `metadata` Pagination
    - `page` integer
    - `pages` integer
    - `count` integer
    - `items` integer

---

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