Appointments
Appointments
The Appointments resource enables bulk importing of appointment schedules from CSV files. It provides endpoints for importing data, downloading import templates, and retrieving error reports for failed imports.
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/appointment_schedule/bulk |
Bulk import appointments from a CSV file |
| GET | /api/appointment_schedule/bulk/template |
Download a CSV template for appointment import |
| GET | /api/appointment_schedule/bulk/errors/{task_uuid} |
Retrieve error report for a specific import task |