v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTimePlanning > PlannedBreak
Reads a single Planned break
Reads a single Planned break
get/api/2026-07-01/resources/time_planning/planned_breaks/{id}
Path parameters
idstring required
List of planned break identifiers
Response
OK
Example response
{
"id": "1",
"start_at": "2020-09-07T06:00:00.000+00:00",
"end_at": "2020-09-07T15:00:00.000+00:00",
"duration": 30,
"break_type": "flexible",
"break_configuration_id": "1",
"break_configuration_name": "Rest",
"break_configuration_paid": true,
"shift_id": "1"
}