The channel list for one country
Path parameters
The country iso code alpha 3 based on this: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Decoding_table
To know which country are available you have to use the operation: GetChannelsByCountry
Headers
Allows the client to indicate whether it accepts a compressed encoding to reduce traffic size.
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
The channel list for one country
Example response
{
"links": {
"self": {
"href": "/v2/public/channels/FRA",
"method": "GET"
}
},
"channels": [
{
"name": "Amazon Direct FRA",
"homeUrl": "http://www.amazon.fr",
"logoUrl": "http://beezupcdn.blob.core.windows.net/comparators/Amazon%2520Direct%2520FRA.png",
"types": [
"Marketplace"
],
"sectors": [
"BRICOLAGE",
"INFO",
"GENERALIST"
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.