action hillbillysoftware_crew_get { label: "Returns crew for queried show." provider: hillbillysoftware method: GET path: "/Crew/Search/{AccessToken}/{Phrase}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Phrase: { type: "string" } } required: ["AccessToken", "Phrase"] additionalProperties: false } output: { type: "object" additionalProperties: true } }