id | string | A stable, unique, Railway-provided identifier. Always prefixed with appt_. |
schedule_id | string | The schedule (id prefixed with sch_) this appointment is booked on. |
patient_id | string | The patient (id prefixed with pt_) this appointment is booked for. |
status | string | The status of the booked appointment. Valid options are: scheduled, rescheduled, and cancelled. |
start_at | string | The ISO 8601 timestamp of when the appointment begins. |
duration | string | The duration of appointment in minutes. |
created_at | string | The ISO 8601 timestamp of when the practitioner object was created. |
updated_at | string | The ISO 8601 timestamp of when the practitioner object was last updated. |