Link a Webcast
This section contains APIs that allow you to update a linked VOD to a Webcast using the VOD’s unique identifier on a completed event (with or without time remaining). You may also specify the VOD’s redirect setting and delete a previously linked VOD.
Update VOD Link
This API updates a video that was previously linked to a Webcast.
PUT
/api/v2/scheduled-events/{Id}/linked-video
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| eventId | string | GUID of the Webcast event to update linked VOD | Yes |
| eventLinkedVideo[] | body | Linked video settings to update for the event. | Yes |
| videoId | string | GUID corresponding to the video you want to replace and link with the Webcast. | |
| redirectVod | boolean | Specify whether or not to redirect to the video automatically. If false, the user is taken to the Webcast Landing page instead. Default is true. |
Response Codes
| Code | Description |
|---|---|
| 200 | ok |
| 401 | Unauthorized error |
| 500 | Internal server error |
Delete VOD Link
This API clears a video link that was previously linked to a Webcast.
DELETE
/api/v2/scheduled-events/{Id}/linked-video
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| videoId | string | GUID corresponding to the video you want to clear from the Webcast it was previously linked to. | Yes |
Response Codes
| Code | Description |
|---|---|
| 200 | ok |
| 401 | Unauthorized error |
| 500 | Internal server error |
- Update VOD Link
-
Update VOD Link
This API updates a video that was previously linked to a Webcast.
PUT/api/v2/scheduled-events/{Id}/linked-videoRequest Parameters
Name Type Description Required eventId string GUID of the Webcast event to update linked VOD Yes eventLinkedVideo[] body Linked video settings to update for the event. Yes videoId string GUID corresponding to the video you want to replace and link with the Webcast. redirectVod boolean Specify whether or not to redirect to the video automatically. If false, the user is taken to the Webcast Landing page instead. Default is true. Response Codes
Code Description 200 ok 401 Unauthorized error 500 Internal server error - Delete VOD Link
-
Delete VOD Link
This API clears a video link that was previously linked to a Webcast.
DELETE/api/v2/scheduled-events/{Id}/linked-videoRequest Parameters
Name Type Description Required videoId string GUID corresponding to the video you want to clear from the Webcast it was previously linked to. Yes Response Codes
Code Description 200 ok 401 Unauthorized error 500 Internal server error