Skip to main content

List player settings

GET 

/bv/configuration/v1/player-settings

Lists the array of player settings.

Request

Query Parameters

    current_page int32required

    Required. The current page in the current pagination.

    items_per_page int32required

    Required. The number of items per page in the current pagination.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    player_settings object[]
  • Array [
  • id string

    Output only. The resource identifier of player setting.

    name stringrequired

    Required. The name of player setting.

    description string

    Optional. The decription of player setting.

    setting objectrequired

    Required. The setting of player.

    assigned int64
    is_default Output only (boolean)
    is_system Output only (boolean)
    libraries object[]

    Optional. The library assets that are used in the setting.

  • Array [
  • id stringrequired

    Required. The library id of the asset.

    name string

    Output only. The library name of the asset.

    url string

    Output only. The URL of the asset.

  • ]
  • created_at date-time
    updated_at date-time
  • ]
  • 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...