You are viewing an old version of this page. View the current version.
Compare with Current View Version History
« Previous Version 3 Next »
This section describes BSS communication with AminoTV Channels v4 API.
All BSS endpoints support API key authorization. The header named 'Authorization' with content "Apikey PUT_YOUR_KEY_HERE" must be passed with request.
In addition to API key authorization some clients can have IP white listing feature enabled, which will allow access only from exact IP's.
Both API key and IP addresses allowed list are customer specific data and you should contact support person to obtain those.
Endpoint
HTTP method
Purpose
Up-to-date resource schema could be found on API documentation page Management Channel API v4 under schemas section.
{ "data": [ { "id": "42", "type": "Channel", "attributes": { "name": [ { "lang": "eng", "value": "English string" } ], "description": [ { "lang": "eng", "value": "English string" } ], "images": [ { "image_type": "Thumbnail", "alternate_access_description": "Bruce Willis shooting a big gun at some bad guys, pew pew pew", "width_pixels": 320, "height_pixels": 200, "iso_639-2_lang": "fin", "url": "https://www.demo.com/assets/img/thumbnails/movies/diehard.png" } ], "channel_number": { "default": 1 }, "media_type": "video", "enabled_services": [ { "type": "Live", "startover": false, "pause": false, "trickplay": false, "restrictions": { "out_of_home": false } }, { "type": "Catchup", "boundary_offset": 360, "trickplay": false, "restrictions": { "out_of_home": true } }, { "type": "nPVR", "retention_time": 30, "watch_ongoing": false, "boundary_offset": 360, "trickplay": false, "restrictions": { "out_of_home": true } } ], "restrictions": { "geoblocking": true }, "channel_domains": [], "visibility": { "start": 1605090698, "end": 1605095698 }, "dvb_info": [ { "type": "C", "onid": 123, "tsid": 123, "sid": 4324, "quality": "SD" } ], "metadata_provider_information": [ { "provider": "ERICSSON", "external_id": "724693092" } ] } } ] }
Possible info text for the use case and how it is linked to other use cases
Info level limitation example
Warning level limitation example
Table of Contents
Child Pages