---
title: "Search holiday events"
method: POST
path: "/v1/holiday-collections/{collectionId}/events/search"
tags: ["Holiday Events"]
---

# Search holiday events

`POST /v1/holiday-collections/{collectionId}/events/search`

## Path parameters

- `collectionId` string, required

## Request body

- HolidayEventListParams
  - `search` string
  - `sort` string
  - `order` string
  - `count` integer
  - `page` integer
  - `limit` integer
  - `collectionId` string
  - `year` integer
  - `startDate` string
  - `endDate` string
  - `type` string
  - `offset` integer

## Response `200`

Search results

- HolidayEventList
  - `items` HolidayEventDto[]
    - `id` string
    - `templateId` string
    - `collectionId` string
    - `name` string
    - `date` string
    - `year` integer
    - `type` string
    - `created` integer
  - `params` HolidayEventListParams
    - `search` string
    - `sort` string
    - `order` string
    - `count` integer
    - `page` integer
    - `limit` integer
    - `collectionId` string
    - `year` integer
    - `startDate` string
    - `endDate` string
    - `type` string
    - `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/fbe59bacb638/schema)
