v1
latestOpenAPI 3.0.02026-08-06151101754.7 KBEmployee absence account balances
Returns a specific absence account balance
get/employees/absence-accounts/balances/{balanceId}
Path parameters
balanceIdinteger required
Absence account balance id
Response
Leave balance
Example response
{
"data": {
"id": 1,
"employee_id": 1,
"year": 2024,
"holidays_taken": 20,
"holidays_entitlement": 30,
"holidays_total_entitlement": 30,
"balance": 10,
"first_line": "Absence account balance for employee #1 in 2024"
}
}