action etmdb_company_credits_searchall_read { label: "Return company credits search result" description: "Return company credits search result\n\n### Response Class (Status 200)\n__{param}__ argument can be\n* company name\n* movie title or\n* company credit description (such as production, cinematography, etc)\n\nFor more details on how company credits are listed [see here][ref].\n[ref]: https://etmdb.com/en/company-list/company_name" provider: etmdb method: GET path: "/api/v1/company-credits/searchall/{param}" encoding: json input: { type: "object" properties: { param: { type: "string" } } required: ["param"] additionalProperties: false } output: { type: "object" additionalProperties: true } }