Skip to main content

Get list of Restreams

GET 

/restreams

Get all Restreams

Request

Query Parameters

    page integer

    Page of Restreams to get

    Example: 1
    page_size integer

    Size of pagination, default 9. Maximum value 30

    Example: 10
    search string

    Search Restream with ID or Name

    Example: Test
    order string

    Set order to get Restreams (increasing|decreasing|alphabetical_increasing|alphabetical_decreasing)

    Example: increasing
    livenow boolean

    Get only Restreams that are streaming in this moment, default false (true|false)

    Example: true

Responses

Response Headers

    Schema

      object
    Loading...