v2
latestOpenAPI 3.0.02026-07-2632977728.5 KBClinical
Retrieve a schedule block
Retrieve an existing schedule block by ID
get/api/schedule_blocks/{id}
Path parameters
idstring required
Schedule block ID
Response
OK
Example response
{
"description": "Lunch Break",
"office": 200,
"color": "#FF5733",
"practice_group": 1,
"start_time": "2024-03-15T12:00:00",
"exam_room": 1,
"series": null,
"end_time": "2024-03-15T13:00:00",
"provider": 100,
"id": 12345,
"appointment_break": null
}