Skip to main content
Skip table of contents

Holiday API

Get information about the configured Special working days.

All requests need to be made to this base URL:

https://jttp-cloud.everit.biz/timetracker/api/latest/public

Get working and non-working special days GET /working-days

Header parameters

Header Parameter

Optional

Description

x-everit-api-key

false

Generated Everit authentication token, see: REST API

x-everit-jwt deprecated

false

JWT token (deprecated, use the new x-everit-api-key instead)

Examples 

GET URL: TIME_TRACKER_BASE_URL/timetracker/api/latest/public/working-days

Example response:

200 Successful operation:

CODE
{
    "excludedDays": [
        {
            "date": "2024-12-24",
            "label": "christmas"
        },
        {
            "date": "2025-01-01",
            "label": "new year"
        }
    ],
    "includedDays": [
        {
            "date": "2024-12-18",
            "label": "workday"
        }
    ]
}

401 Unauthorized

479 The user does not have one of the necessary Timetracker permissions that can be set in the Global Settings.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.