---
title: "Gets the effective holidays in the company"
method: GET
path: "/api/holidays"
tags: ["Holidays"]
---

# Gets the effective holidays in the company

`GET /api/holidays`

## Response `200`

OK

- IntectCompanyHolidayView[]
  - `CompanyId` integer
  - `CompanyName` string
  - `CountryId` integer
  - `CompanySpecificHolidayId` integer, nullable
  - `MasterHolidayId` integer, nullable
  - `Date` string, date-time
  - `ConsiderHoliday` boolean
  - `DisablesBankPayments` boolean
  - `Description` string
  - `IsOverridden` boolean, nullable

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
