- List Appointments by Practitioner
List Appointments
Create Appointment
Reserve Appointment
Get Appointment
Finalise Appointment
Edit Appointment
Remove Appointment
List Appointments by Appointment Type
List Appointments by Business
List Appointments by Profession
List Appointments by Patient
List Appointments by Resource
Appointment
List Appointments by Prac...
Security
x-api-key and a-api-key
Comma separated search fields. See Sorting
Example:sort_by=["appointment_id","app_time"]
GET
curl -i -X GET \
'https://api.pracsuite.com/v1/practitioner/{practitioner_id}/appointment?page=1&page_size=50&sort_by=%5B%22field_name%22%2C%22field_name%22%5D&q%5B%5D=string' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "appointments": [ { … } ], "total_entries": 0, "links": { "self": "https://api.pracsuite.com/v1/practitioner/1/appointment?page=2", "previous": "https://api.pracsuite.com/v1/practitioner/1/appointment?page=1", "next": "https://api.pracsuite.com/v1/practitioner/1/appointment?page=3" } }