action hillbillysoftware_episodes_last_available_season_get { label: "Returns last available season number in database, based on passed imdbID" provider: hillbillysoftware method: GET path: "/Episodes/LatestSeason/{AccessToken}/{ID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } ID: { type: "string" } } required: ["AccessToken", "ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }