action etmdb_watchlist_searchall_read { label: "Return watchlist search result" description: "Return watchlist search result\n\n### Response Class (Status 200)\n__{param}__ argument can be\n* artist first name\n* artist last name\n* artist username\n* movie title or\n\nFor more details on how watchlist are listed [see here][ref].\n[ref]: https://etmdb.com/en/movies/watchlist/id" provider: etmdb method: GET path: "/api/v1/watchlist/searchall/{param}" encoding: json input: { type: "object" properties: { param: { type: "string" } } required: ["param"] additionalProperties: false } output: { type: "object" additionalProperties: true } }