Theme switcher

Cancellations

Scheduling Data: Extract appointment cancellation records and reasons.

Attributes

Attribute

Type

Description

appointment_id

integer

Unique appointment identifier

appointment_date

date

Date of appointment (YYYY-MM-DD)

appointment_time

time

Scheduled start time (HH:MM:SS)

appointment_duration

integer

Scheduled duration in minutes

patient_id

integer

Patient identifier

practitioner_id

integer

Practitioner identifier

schedule_id

integer

Appointment book/schedule identifier

location_id

integer

Practice location identifier

cancel_date

date

Cancellation date (if applicable)

cancel_type

string

Cancellation type (e.g. "Failed")

Use Cases:

  • Cancellation pattern analysis
  • No-show tracking
  • Schedule optimisation insights

Header Parameters

Content-Typestring

Body Parameters

customer_idstring Required

Unique customer identifier

from_datestring

Start date for filtering (YYYY-MM-DD format)

to_datestring

End date for filtering (YYYY-MM-DD format)

modestring

Execution mode - "auto" (default), "stream", or "job"

output_formatstring

Response format - "ndjson" (default), "json", or "csv"

compressionstring

Compression type - "none" (default), "gzip", or "zip"

encryptedstring

Encryption - "false" (default) or "true"

Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1
Was this section helpful?

What made this section unhelpful for you?