v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBGet Time Off Balance
Returns time off balances for an employee across all assigned categories as of a given date. Each category's balance is calculated by summing all historical balance events (accruals, manual adjustments, used time off, and carry-over events) plus any future accruals and adjustments up to the specified date. To get current balances, pass today's date; to project future balances, pass a future date. Response defaults to XML unless Accept: application/json is provided.
OAuth Scopes: time_off
Path parameters
The internal employee ID of the employee whose time off balances are returned.
Query parameters
The date to calculate the time off balance as of, in YYYY-MM-DD format. Defaults to company today if not provided. Example: use a future date to project balance.
Number of decimal places for balance and usedYearToDate values. Minimum 0, maximum 4. Defaults to 2.
Headers
This endpoint can produce either JSON or XML.
Response
An array of time off balance entries, one per assigned time off type.
Example response
[
{
"units": "hours",
"balance": "24.50",
"usedYearToDate": "12.25"
}
]