- List Appointments by Resource
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 Practitioner
Appointment
List Appointments by Reso...
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/resource/{resource_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/resource/1/appointment?page=2", "previous": "https://api.pracsuite.com/v1/resource/1/appointment?page=1", "next": "https://api.pracsuite.com/v1/resource/1/appointment?page=3" } }