action channel4_clips_landing_feed_brand_series_and_episode_levels { label: "Clips Landing Feed Brand Series and Episode Levels" description: "A feed containing metadata about all the short-form (clip) videos. The clips \n feed can be accessed at different levels: the content is then filtered \n depending on the level, but the structure is identical.When accessed: from \n the top, the feed contains all the clips for the brand;  at series level, \n the feed contains only clips from the series; and  at episode level, the \n feed contains only clips for the episode (and is very unlikely to require \n pagination). The entries for the Clips Landing Feed contain references to \n each short-form asset.\n\n http://api.channel4.com/pmlsd/brand-web-safe-title/videos/all.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/peep-show/videos.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/videos/all.atom" encoding: json output: { type: "object" additionalProperties: true } }