v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBMeal & Rest Breaks
Public API
List Employee Break Availabilities
Retrieves break availability information for an employee. Requires permission to view the target employee in addition to time-tracking-break access.
OAuth Scopes: time_tracking:breaks
get/api/v1/time-tracking/employees/{id}/break-availabilities
Path parameters
idinteger required
The internal employee ID.
Query parameters
effectivestring
The employee's local time that should be used to calculate availability. Defaults to the current time. Must be in Y-m-d\TH:i:s format (no timezone offset).
Response
Successfully retrieved break availabilities for the specified employee
Example response
[
{
"id": "0199de9b-6bcb-77e7-941d-3caf74b9a372",
"name": "Lunch Break",
"duration": 60
}
]