Returns a set of vacation reports for the specified report type based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/vacation/{type}
curl \
--request GET 'https://wyzio.app/api-v1/vacation/{type}?date=01%2F01%2F2025..31%2F12%2F2025'
Response examples (200)
[
{
"id": 42,
"employeeName": "string"
}
]