Skip to main content

Get player setting

GET 

/bv/configuration/v1/player-settings/:id

This API is used to get player setting

Request

Path Parameters

    id stringrequired

    Required. The resource identifier of player setting.

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_setting object
    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
Loading...