HolidayCarryover
get/v3/holidaysCarry
Query parameters
users_idinteger
yearinteger
Response
Successful operation
Example response
{
"data": [
{
"id": 10,
"count": 5.5,
"note": "Saved for spring vacation"
}
]
}Successful operation
{
"data": [
{
"id": 10,
"count": 5.5,
"note": "Saved for spring vacation"
}
]
}