action hillbillysoftware_episodes_get { label: "Gets all episodes for selected show" provider: hillbillysoftware method: GET path: "/Episodes/ByShowName/{AccessToken}/{Showname}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Showname: { type: "string" } } required: ["AccessToken", "Showname"] additionalProperties: false } output: { type: "object" additionalProperties: true } }