Cancellations
Scheduling Data: Extract appointment cancellation records and reasons.
Attributes
Attribute | Type | Description |
| integer | Unique appointment identifier |
| date | Date of appointment (YYYY-MM-DD) |
| time | Scheduled start time (HH:MM:SS) |
| integer | Scheduled duration in minutes |
| integer | Patient identifier |
| integer | Practitioner identifier |
| integer | Appointment book/schedule identifier |
| integer | Practice location identifier |
| date | Cancellation date (if applicable) |
| string | Cancellation type (e.g. "Failed") |
Use Cases:
- Cancellation pattern analysis
- No-show tracking
- Schedule optimisation insights
Header Parameters
Body Parameters
Unique customer identifier
Start date for filtering (YYYY-MM-DD format)
End date for filtering (YYYY-MM-DD format)
Execution mode - "auto" (default), "stream", or "job"
Response format - "ndjson" (default), "json", or "csv"
Compression type - "none" (default), "gzip", or "zip"
Encryption - "false" (default) or "true"