v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Public - Channels - Public Channels

Get public channel index

Use this operation to get the correct link to the channels and to the list of values

get/v2/public/channels/

Headers

If-None-Matchstring

ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3

Response

Channel list regrouped by country and links to list of values

channelsobject

The key is the country iso code

Example response

{
  "channels": {
    "FRA": {
      "href": "/v2/public/channels/FRA",
      "method": "GET"
    },
    "DEU": {
      "href": "/v2/public/channels/DEU",
      "method": "GET"
    },
    "ESP": {
      "href": "/v2/public/channels/ESP'",
      "method": "GET"
    },
    "ITA": {
      "href": "/v2/public/channels/ITA",
      "method": "GET"
    },
    "GBR": {
      "href": "/v2/public/channels/GBR",
      "method": "GET"
    }
  },
  "links": {
    "self": {
      "href": "/v2/public/channels",
      "method": "GET"
    },
    "channelCountryLov": {
      "href": "/v2/public/lov/www_ChannelCountry",
      "method": "GET"
    },
    "channelTypeLov": {
      "href": "/v2/public/lov/ChannelType",
      "method": "GET"
    },
    "sectorLov": {
      "href": "/v2/public/lov/ParamSector",
      "method": "GET"
    }
  }
}