v1
latestOpenAPI 3.0.02026-07-26550199.6 KBbusy-time
Get a single busy-time
Get busy-time data by id
get/busy-times/{id}
Path parameters
idinteger required
Example:1
Response
Object with busy-time data.
Example response
{
"id": 1,
"locationId": 1,
"practitionerIds": [
1
],
"busyTimeTypeId": 1,
"repeatId": "12345678-abcd-4321-dcba-12a34b56c78d",
"recurringRule": "DTSTART:2023080T010000ZRRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=6",
"note": "Daily stand-up"
}