サポート問い合わせ先| システムステータス

EPG API Reference (1.0.0)

Download OpenAPI specification:Download

Reference for the Brightcove EPG API, used to create and retrieve an Electronic Programming Guide for a channel created in Studio - see Using Cloud Playout to Stream VOD Videos for details on how to create a channel.

For additional information on the API, see the Overview: EPG API.

The EPG API and Cloud Playout are currently in limited availability. If you are interested in trying it out, contact your Account Manager.

Base URL: https://sm.cloudplayout.brightcove.com

EPG

Operations for creating/retrieving an Electronic Programming Guide.

Get an EPG

'Retrieve an EPG generated by Video Cloud for a channel'

Authorizations:
BC_OAuth2
path Parameters
account_id
required
string

Video Cloud account ID

channel_id
required
string

The channel ID. The channel id can be found in the browser URL when you are in the Channel view of the Cloud Playout section of Studio: https://studio.brightcove.com/products/videocloud/cloudplayout/channel/2c73c2112f794e6eb80be1284a495674

query Parameters
limit
integer <int32>
Example: limit=20

'Number of items to return - 100 items are returned by default. Note that the limit value may prevent all programmes for the specified time period from being returned. See EPG API Best Practices for more information.'

start
string
Example: start=2020-07-24%2015%3A30%3A00%20%2B0530

'Start date-time for the EPG in URI-encoded ISO 8601 Date format. Note that the span of the start/end times must not exceed 14 days. Default is 14 day before the current date-time'

end
string
Example: end=2020-07-24%2015%3A30%3A00%20%2B0530

'End date-time for the EPG in URI-encoded ISO 8601 Date format. Note that the span of the start/end times must not exceed 14 days. Default is the current date-time'

include_ads
boolean
Example: include_ads=true

'Set this to true to include ads in the response. Default is false'

header Parameters
Content-Type
required
string

Content-Type: application/json

Authorization
required
string

Authorization: Bearer access_token (see Getting Access Tokens)

Responses


ページの最終更新日22 Sep 2021