Skip to content

Schedules API

Schedule management endpoints used by the admin app.

Authentication

These routes are registered with: MeetingPolicy.

Endpoints

MethodPathEditionOperationController
GET/schedulesCoreIndexSchedulesController@index
GET/schedules/exportCoreExportSchedulesController@export
GET/schedules/{id}CoreGet BookingSchedulesController@getBooking
DELETE/schedules/{id}CoreDelete BookingSchedulesController@deleteBooking
PUT/schedules/{id}CorePatch BookingSchedulesController@patchBooking
GET/schedules/{id}/activitiesCoreGet Booking ActivitiesSchedulesController@getBookingActivities
GET/schedules/{id}/meta-infoCoreGet Booking Meta InfoSchedulesController@getBookingMetaInfo
POST/schedules/{id}/send-confirmation-emailCoreSend Confirmation EmailSchedulesController@sendConfirmationEmail
GET/schedules/group-bookings/{group_id}/attendeesCoreGet Group AttendeesSchedulesController@getGroupAttendees