action etmdb_cinema_shedule_showtime_searchall_read { label: "Return cinema schedule and showtime search result" description: "Return cinema schedule and showtime search result\n\n### Response Class (Status 200)\n__{param}__ argument can be\n* movie title\n* cinema name\n* cinema hall name\n* showtime starting date\n* showtime ending date or\n* cinema technology\n\nFor more details about cinema schedule, 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/cinema-shedule-showtime/searchall/{param}" encoding: json input: { type: "object" properties: { param: { type: "string" } } required: ["param"] additionalProperties: false } output: { type: "object" additionalProperties: true } }