/
Get Cancelled Appointment
GET
curl -i -X GET \
'https://api.pracsuite.com/v1/cancelled_appointment/{appointment_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful
ISO 8601 local datetime in the tenant's timezone.
Example:"2026-01-01T12:05:30"
RFC 3339 UTC date-time (Z) with microsecond precision.
Example:"2020-09-12T11:09:42.687393Z"
Response
{ "row_num": 0, "total_rows": 0, "links": { "self": "https://api.pracsuite.com/v1/cancelled_appointment/1" }, "tenant_id": 0, "appointment_id": 0, "client_id": 0, "app_time": "2026-01-01T12:05:30", "description": "string", "appointment_type": "string", "appointment_status": "string", "category": "string", "duration": 0, "notes": "string", "practitioner_id": 0, "business_id": 0, "profession_id": 0, "item_code": "string", "account_id": 0, "cancellation_time": "2020-09-12T11:09:42.687393Z", "cancelled_by": "string", "cancellation": true, "reason": "string", "appointment_cancellation_reason_id": 0 }