Broadcasts
Get all broadcasts
Note: Feature "Broadcast" is outdated, soon it will be replaced by "Multicamera".
Returns a list of broadcasts. Please see description in POST method.
get/streaming/broadcasts
Query parameters
pageinteger
Query parameter. Use it to list the paginated content
Response
Successful
Example response
[
{
"name": "Broadcast",
"status": "live",
"share_url": "",
"custom_iframe_url": "",
"show_dvr_after_finish": true,
"ad_id": 1,
"player_id": 14,
"stream_ids": [
10
]
}
]