v1

latestOpenAPI 3.0.22026-08-04152025.1 KB
Partner integrations

Get All Assets Info For Channel

get/api/v2/integrations/{integration_id}/channels/{channel_id}/assets

Path parameters

integration_idstring required
channel_idstring required

Query parameters

skipinteger
limitinteger
missing_partner_metaboolean

Response

Successful Response

publisherstring
guidstring
titlestring
asset_idstring
blip_asset_idstring
external_idsobject
season_idstring
series_idstring
series_namestring
episode_idstring
episode_namestring
genrestring[]
durationstring
aspect_ratiostring
resolutionstring
processedboolean
fpsstring
duration_msecinteger
cdn_urlstring
thumbnail_urlstring
tagsstring[]
short_descriptionstring
long_descriptionstring
original_air_datestring
publish_datestring
create_datestring
update_datestring
metadataobject
ratingsstring[]

Example response

[
  {
    "publisher": "name of the customer",
    "guid": "Globally Unique IDentifier of the asset",
    "title": "title of asset",
    "asset_id": "id of asset in cloudport",
    "blip_asset_id": "blip id of asset in cloudport",
    "season_id": "Metastore id of season",
    "series_id": "Metastore id of series",
    "series_name": "Metastore name of series",
    "episode_id": "Metastore id of episode",
    "episode_name": "Metastore name of episode",
    "genre": "Category that defines the asset(Example: horror,action,suspence etc)",
    "segments": {
      "segment_type": "type of segment(dbi or cva)",
      "segment_id": "Unique identifier of the segment",
      "tc_in": "starting time of the segment",
      "tc_out": "ending time of the segment"
    },
    "dbi_segments": {
      "segment_type": "type of segment(dbi or cva)",
      "segment_id": "Unique identifier of the segment",
      "tc_in": "starting time of the segment",
      "tc_out": "ending time of the segment"
    },
    "duration": "Duration of the asset in HH:MM:SS:SSS format",
    "aspect_ratio": "the asset width in proportion to the height",
    "resolution": "the number of pixels contained in each frame of the asset",
    "fps": "frames per second value of the asset",
    "duration_msec": "Duration of the asset in milliseconds",
    "cdn_url": "Downloadable URL to the asset",
    "thumbnail_url": "URL of the thumbnail of the asset",
    "tags": "Category that defines the asset(Example: horror,action,suspence etc)",
    "short_description": "Short description of the asset",
    "long_description": "Long description of the asset",
    "original_air_date": "the date on which the asset is scheduled to be broadcast",
    "publish_date": "the date on which the asset is planned to be published.",
    "update_date": "the date on which the asset is updated",
    "metadata": "metedata of the asset",
    "ratings": "List of Ratings of the asset(Example: G,PG,PG-13 etc)"
  }
]