Teacher - Webinars

Get Upcoming Webinar Slots

Get upcoming active webinar slots that teachers can register for.

Returns slots that are:

  • Active (is_active = True)
  • In the future (start_time_utc > now)

For each slot, includes:

  • Whether the current teacher is already registered
  • Current registration count
  • Whether the slot is full (if max_attendees is set)
get/teacher/webinars/upcoming-slots

Response

Successful Response

idstring required
start_time_utcstring date-time required
titlestring nullable
descriptionstring nullable
zoom_linkstring required
max_attendeesinteger nullable
is_activeboolean required
is_registered_by_current_teacherboolean required
current_registrations_countinteger required
is_fullboolean required

Changes