Skip to main content

List available vods

GET 

/bv/aisk/v1/sources/available-vods

This API is used to list the vods that can be used to create a source.

Request

Query Parameters

    current_page int32

    Input only. Indicates the current page to shows. Default: 1.

    items_per_page int32

    Input only. Indicates the number of items to shows per page. Default: 1. Max: 100.

    filter.name string

    Filter by the name of VOD

Responses

A successful response.

Schema
    vods object[]
  • Array [
  • id string
    name string
    privacy string

    Possible values: [SECURITY_PRIVACY_TYPE_PUBLIC, SECURITY_PRIVACY_TYPE_TOKEN]

    • SECURITY_PRIVACY_TYPE_PUBLIC: The viewers can access the content without any restriction.
    • SECURITY_PRIVACY_TYPE_TOKEN: The viewers can access the content with tokens or redeem codes.
    subtitles object[]
  • Array [
  • id string
    display_name string
    is_source boolean
  • ]
  • source_id string
  • ]
  • pagination object
    total_items int32

    Output only. The total numbers of the list in the current pagination.

    items_per_page int32

    Output only. The number of items per page in the current pagination.

    current_page int32

    Output only. The current page in the current pagination.

Loading...