action hillbillysoftware_crew_by_id_get { label: "Get crew list by ID" provider: hillbillysoftware method: GET path: "/Crew/ByID/{AccessToken}/{ID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } ID: { type: "string" } } required: ["AccessToken", "ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }