action etmdb_showtime_searchall_read { label: "Return showtime search result" description: "Return showtime search result\n\n### Response Class (Status 200)\n__{param}__ argument can be\n* show time or\n* day of the week [Mon=1, Tue=2, Wed=3, Thu=4, Fri=5, Sat=6, Sun=7]\n\nFor more details about showtime, check each cinema from the cinema list [see here][ref].\n[ref]: https://etmdb.com/en/movie-list/-updated_date" provider: etmdb method: GET path: "/api/v1/showtime/searchall/{param}" encoding: json input: { type: "object" properties: { param: { type: "string" } } required: ["param"] additionalProperties: false } output: { type: "object" additionalProperties: true } }