List channels
This endpoint allows you to retrieve all channels on the pack order.
Query parameters
Optional : Allows loading additional data about a resource, which may include related resources.
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the number of items to return<br /> Part of the offset capacity
Optional parameter that define the index of the first item to return (0 = first item)<br /> Part of the offset capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Optional parameter that define the field used for sorting<br /> Part of the sort capacity
Optional parameter that define the default sort order<br /> Part of the sort capacity
Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": "1",
"channel_id": 69001,
"players": [
{
"name": "MyRadioPlayer",
"width": 1280,
"height": 720,
"logo_img": "https://static.infomaniak.ch/configvideo/video-streaming-v2/private/{channel}/players/{player}/logo.png",
"logo_percentage": 50,
"logo_margin_top": 50,
"logo_margin_left": 50,
"control_color": "#FFFFFF",
"controlbar_color": "#000000",
"control_active_color": "#0098FF",
"interrupt_img": "https://static.infomaniak.ch/configvideo/video-streaming-v2/private/{channel}/players/{player}/interrupted.png",
"restrict_img": "https://static.infomaniak.ch/configvideo/video-streaming-v2/private/{channel}/players/{player}/unauthorized.png",
"facebook_back_link": "my-lovely-stream.ch",
"twitter_via": "MyAccount",
"twitter_back_link": "my-lovely-stream.ch",
"twitter_related": "infomaniak video live",
"sound_percentage": 50,
"integrations": [
{
"type": "hls",
"url": "https://maniak_tv.vedge.infomaniak.com/livecast/ik:maniak_tv/manifest.f4m",
"stream_id": "maniak_tv"
}
]
}
]
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.