action beezup_get_channels_index { label: "Get public channel index" description: "Use this operation to get the correct link to the channels and to the list of values" provider: beezup method: GET path: "/v2/public/channels/" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" properties: { channels: { type: "object" description: "The key is the country iso code" } links: { type: "object" properties: { channelCountryLov: { type: "object" } channelTypeLov: { type: "object" } sectorLov: { type: "object" } self: { type: "object" } } } } } }