v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
List holidays (deprecated)
DEPRECATED. Call the new List holidays endpoint instead.
Retrieve a paginated list of holidays.
get/orgs-core/v1/orgs/holidays
Query parameters
pageinteger
Example:1
Page number
perPageinteger
Example:15
Items per page
order'ASC' | 'DESC'
Order to return items: ASC = ascending order, DESC = descending. Default is DESC.
orderBy'ID' | 'NAME'
Example:ID
Sort by ID or NAME. Default = ID.
namestring
Example:New Year's Day
Holiday name filter
holidayYearstring
Example:2024
Holiday year filter
holidayDatestring
Example:2023-01-01
Holiday date filter. Format = yyyy-mm-dd.
Headers
x-tenantstring required
Example:TN-cc8f8b89-233a-4582-9f36-63ee85278d6d
Pismo organization ID
Response
Holidays page
Example response
{
"current_page": 1,
"items": [
{
"holiday_date": "2023-12-01",
"id": 8675309,
"name": "New Year's Day",
"working_date": "2023-01-02"
}
],
"pages": 10,
"per_page": 15,
"total_items": 100
}