v1
latestOpenAPI 3.0.22026-08-04152025.1 KBPartner 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
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)"
}
]