action hillbillysoftware_crewby_showname_get { label: "Get crew list by showname" provider: hillbillysoftware method: GET path: "/Crew/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 } }