Get an Appointment

Retrieves an appointment by its ID.

SecurityapiKeyAuth and practiceGroupId
Request
path Parameters
id
required
string
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/appointments/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "patient_id": "string",
  • "practitioner_id": "string",
  • "location_id": "string",
  • "appointment_type_id": "string",
  • "duration": 1,
  • "start_time": "2019-08-24T14:15:22Z",
  • "reserved_until": "2019-08-24T14:15:22Z",
  • "booking_confirmed_at": "2019-08-24T14:15:22Z",
  • "can_be_cancelled": false,
  • "cancellation_policy_hours": 0
}