action hillbillysoftware_rating_by_name_get { label: "RatingByName_Get" provider: hillbillysoftware method: GET path: "/Rating/ByName/{AccessToken}/{Name}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } } required: ["AccessToken", "Name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }