action hillbillysoftware_crew_by_person_get { label: "Gets list of productions searched person is/was involved in." provider: hillbillysoftware method: GET path: "/Crew/ByPerson/{AccessToken}/{PersonName}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } PersonName: { type: "string" } } required: ["AccessToken", "PersonName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }