v1
latestOpenAPI 3.0.02026-07-26550199.6 KBappointment
Get a single appointment
Get appointment data by id
get/appointments/{id}
Path parameters
idinteger required
Example:1
Response
Object with appointment data.
Example response
{
"id": 1,
"busyTimePractitionerIds": [
1
],
"serviceId": 1,
"locationId": 1,
"practitionerId": 1,
"appointmentPatients": [
{
"appointmentId": 1,
"patientId": 1,
"caseId": 1,
"note": "Some notes",
"invoiceId": 1,
"cancellationReason": "Other",
"cancellationRate": 30,
"cancellationNote": "Some notes"
}
],
"repeatId": "12345678-abcd-4321-dcba-12a34b56c78d",
"recurringRule": "DTSTART:2023080T010000ZRRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=6",
"pricing": 193.99,
"total": 193.99,
"supportItemIds": [
1
],
"note": "Some notes"
}