Get Live Streams
Get the list of live streams
Get the list of live streams. You can filter or sort based on optional query string.
GET
https://api.dyntube.com/v1/live-streams
Query Parameters
Name
Type
Description
page
Integer
Page number
size
Integer
Page size
planType
Integer
Type of the plan
sort
String
Sort order of the results. See details below.
Sorting of results
The sorting order of the live streams would be a query parameter sort
with a value. the format of the value would be field:1 for ascending order and field:-1 for descending order.
Last updated