Webcasts
Webcasts extend the power of live video to your entire workforce. This set of API calls helps you manage webcasts with integrations.
| Method | Description | |
| POST | /api/v2/scheduled-events | Create a Webcast |
| PUT | /api/v2/scheduled-events/{eventId} | Edit a Webcast |
| PUT | /api/v2/scheduled-events/{eventId}/access-control | Update Webcast Access Control |
| GET | /api/v2/scheduled-events/{eventId}/playback-url | Get Webcast URLs |
| GET | /api/v2/scheduled-events/{eventId} | Individual Webcast Details |
| GET | /api/v2/scheduled-events/?after={after-date}&before={before-date} | Find Webcasts During a Specified Time Period |
| GET | /api/v2/scheduled-events/{eventId}/status | Get Webcast Status |
| PUT | /api/v2/scheduled-events/{eventId}/start | Start a Webcast |
| DELETE | /api/v2/scheduled-events/{eventId}/start | End a Webcast |
| PUT | /api/v2/scheduled-events/{eventId}/broadcast | Start Broadcasting a Webcast |
| DELETE | /api/v2/scheduled-events/{eventId}/broadcast | Stop Broadcasting a Webcast |
| PUT | /api/v2/scheduled-events/{eventId}/record | Start Recording a Webcast |
| DELETE | /api/v2/scheduled-events/{eventId}/record | Stop Recording a Webcast |
| POST | /api/uploads/background-image/{eventId} | Upload Background Image to a Webcast |
| DELETE | /api/v2/scheduled-events/{eventId}/background-image | Delete Background Image from a Webcast |
| POST | /api/v2/accounts/webcast-registration-fields | Create Public Webcast Registration Fields |
| PUT | /api/v2/accounts/webcast-registration-fields | Edit Public Webcast Registration Fields |
| GET | /api/v2/accounts/webcast-registration-fields | Get Public Webcast Registration Fields |
| DELETE | /api/v2/accounts/webcast-registration-fields | Delete a Public Webcast Registration Field |
| POST | /api/uploads/presentation/{eventId} | Upload a Presentation File to an Event |
| GET | /api/v2/scheduled-events/{eventId}/presentation | Retrieve Presentation File Linked to an Event |
| DELETE | /api/v2/scheduled-events/{eventId}/presentation | Deletes Presentation File Linked to an Event |
| POST | /api/v2/scheduled-events/{eventId}/questions | Add Question to a Webcast |
| PUT | /api/v2/scheduled-events/{eventId}/questions/{questionId}/answer | Add Answer to a Webcast Question |
| GET | /api/v2/scheduled-events/{eventId}/questions | Get a Q&A Report |
| DELETE | /api/v2/scheduled-events | Bulk Delete Webcasts |
| GET | /api/v2/scheduled-events/delete-status/{jobId} | Get Bulk Webcast Delete Status |