action channel4_all_programmes_by_title { label: "All Programmes by Title" description: "Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/categories/{category}/title.atom" encoding: json output: { type: "object" additionalProperties: true } }