Schedules API
Schedule management endpoints used by the admin app.
Authentication
These routes are registered with: MeetingPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /schedules | Core | Index | SchedulesController@index |
GET | /schedules/export | Core | Export | SchedulesController@export |
GET | /schedules/{id} | Core | Get Booking | SchedulesController@getBooking |
DELETE | /schedules/{id} | Core | Delete Booking | SchedulesController@deleteBooking |
PUT | /schedules/{id} | Core | Patch Booking | SchedulesController@patchBooking |
GET | /schedules/{id}/activities | Core | Get Booking Activities | SchedulesController@getBookingActivities |
GET | /schedules/{id}/meta-info | Core | Get Booking Meta Info | SchedulesController@getBookingMetaInfo |
POST | /schedules/{id}/send-confirmation-email | Core | Send Confirmation Email | SchedulesController@sendConfirmationEmail |
GET | /schedules/group-bookings/{group_id}/attendees | Core | Get Group Attendees | SchedulesController@getGroupAttendees |