v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBShiftManagement > Shift
Reads a single Shift
Reads a single Shift
get/api/2026-07-01/resources/shift_management/shifts/{id}
Path parameters
idstring required
Filter shifts by their unique identifiers. Returns only shifts matching the provided IDs. If an empty array is provided, returns no results
Response
OK
Example response
{
"id": "1",
"company_id": "1",
"name": "Morning shift",
"state": "draft",
"location_id": "3",
"locations_work_area_id": "5",
"employee_id": "1",
"start_at": "2020-09-07T06:00:00.000+00:00",
"end_at": "2020-09-07T15:00:00.000+00:00",
"notes": "This is a shift note",
"default_shift_title": "Morning shift",
"timezone": "Europe/Madrid",
"local_start_at": "2020-09-07T08:00:00.000+00:00",
"local_end_at": "2020-09-07T17:00:00.000+00:00"
}