v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBHolidays > CompanyHoliday
Reads all Company holidays
Retrieves company holidays
get/api/2026-07-01/resources/holidays/company_holidays
Query parameters
ids[]string[]
Company holiday ids
Company holiday ids
[ "56" ]
location_ids[]string[]
Location ids
Location ids
[ "1" ]
team_ids[]string[]
Team ids
Team ids
[ "3" ]
employee_ids[]string[]
Filter by the default location of these employees
Filter by the default location of these employees
[ "1" ]
start_atstring
Start date
Example:2024-12-01
Start date
end_atstring
End date
Example:2024-12-31
End date
Response
OK
Example response
{
"data": [
{
"id": "56",
"location_id": "1",
"summary": "Christmas Day",
"description": "Christmas Day",
"date": "2024-12-25"
}
]
}