Required parameters | Type | Description |
appointmentId | String(50) | The Id of appointment to get |
Example request | URL: https://sandbox.coreplus.com.au/API/Core/v2/Appointment/5dba9dc2-fecc-4fc3-b16f-6a09d6fbba75 |
Example response |
|
Optional parameters | Type | Description |
getPractitionerProfiles | Boolean | Gets first name and last name of the practitioner the appointment is booked for |
cancellationId |
Boolean | Gets Cancellation Reason Id and Cancellation notes for the cancelled appointment |
Example request | URL: https://sandbox.coreplus.com.au/API/Core/v2/Appointment/5dba9dc2-fecc-4fc3-b16f-6a09d6fbba75/?getPractitionerProfiles=true&CancellationId=true |
Example response |
|