/
List Cancelled Appointmen...
Security
x-api-key and a-api-key
Comma separated search fields. See Sorting
Example:sort_by=["appointment_id","app_time","cancellation_time"]
GET
curl -i -X GET \
'https://api.pracsuite.com/v1/appointment_type/{appointment_type_id}/cancelled_appointment?page=1&page_size=50&sort_by=%5B%22field_name%22%2C%22field_name%22%5D&include_deletions=true&q%5B%5D=string' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "cancelled_appointments": [ { … } ], "total_entries": 0, "links": { "self": "https://api.pracsuite.com/v1/appointment_type/1/cancelled_appointment?page=2", "previous": "https://api.pracsuite.com/v1/appointment_type/1/cancelled_appointment?page=1", "next": "https://api.pracsuite.com/v1/appointment_type/1/cancelled_appointment?page=3" } }