action hillbillysoftware_episodes_season_count_get { label: "Returns number of available seasons and episodes" provider: hillbillysoftware method: GET path: "/Episodes/SeasonCount/{AccessToken}/{ID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } ID: { type: "string" } } required: ["AccessToken", "ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }