メインコンテンツまでスキップ

List Highlights

GET 

/bv/cms/v1/highlights

List Highlights

Request

Query Parameters

    clip_source.id stringrequired

    The id of the source. CLIP_SOURCE_TYPE_VOD -> VOD id

    clip_source.type stringrequired

    Possible values: [CLIP_SOURCE_TYPE_VOD]

    The type of the source.

    page.items_per_page int32

    The number of items per page in the current pagination.

    page.current_page int32

    The current page in the current pagination.

    page.total_items int32

    Output only. The total numbers of the list 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
    highlights object[]
  • Array [
  • id string

    Output only. The unique ID of the highlight.

    title string

    Output only. The title of the highlight.

    description string

    Output only. The description of the highlight.

    status string

    Possible values: [HIGHLIGHT_STATUS_CREATED, HIGHLIGHT_STATUS_PROCESSING, HIGHLIGHT_STATUS_SUCCEEDED, HIGHLIGHT_STATUS_FAILED]

    Output only. The status of the highlight.

    tags object[]

    Output only. The tags of the highlight.

  • Array [
  • name stringrequired

    The name of the tag.

  • ]
  • thumbnail_uri string

    Output only. The thumbnail uri of the highlight.

    duration string

    Output only. The duration of the highlight.

    resource_type stringrequired

    Possible values: [RESOURCE_TYPE_LIVE, RESOURCE_TYPE_VOD, RESOURCE_TYPE_AUDIO]

    resource_id string

    Output only. The Resource ID of the highlight.

    library_id string

    Output only. The library ID of the highlight.

    created_at date-time

    Output only.

    error_infos object[]

    Output only. error infos when highlight failed.

  • Array [
  • reason string

    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of [A-Z][A-Z0-9_]+[A-Z0-9], which represents UPPER_SNAKE_CASE.

    domain string

    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".

    metadata object

    Additional structured details about this error.

    Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.

    property name* string
  • ]
  • ]
  • page object
    items_per_page int32

    The number of items per page in the current pagination.

    current_page int32

    The current page in the current pagination.

    total_items int32

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

Loading...