action etmdb_filmography_type_search_read { label: "Return filmography type search result" description: "Return filmography type search result\n\n### Response Class (Status 200)\n\n* __{filmography_description}__: Used as a key word to search filmography types\n\nFor more details on how filmography types are listed [see here][ref].\n[ref]: https://etmdb.com/en/movie-list/-updated_date" provider: etmdb method: GET path: "/api/v1/filmography-type/search/{filmography_description}" encoding: json input: { type: "object" properties: { filmography_description: { type: "string" } } required: ["filmography_description"] additionalProperties: false } output: { type: "object" additionalProperties: true } }