action hillbillysoftware_cast_by_actor_get { label: "Returns list of show actor is appearing in" provider: hillbillysoftware method: GET path: "/Cast/ByActor/{AccessToken}/{Actor}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Actor: { type: "string" } } required: ["AccessToken", "Actor"] additionalProperties: false } output: { type: "object" additionalProperties: true } }