action hillbillysoftware_awardsby_winner_get { label: "Gets all awards by nominiee" provider: hillbillysoftware method: GET path: "/Awards/ByWinner/{AccessToken}/{Nominee}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Nominee: { type: "string" } } required: ["AccessToken", "Nominee"] additionalProperties: false } output: { type: "object" additionalProperties: true } }