Gets a list of showtime entities for a film

Returns an empty list of showtime entities if no showtimes are scheduled for that film

There is a maximum of 5 site identifiers to be passed into the siteIds parameter.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
filmId
required
string

The film identifier of the requested showtimes

query Parameters
siteIds
Array of strings

The site filter

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

One or more of the provided sites do not exist.

404

Film was not found.

get/ocapi/v1/films/{filmId}/showtimes
Request samples
Response samples
application/json
{
  • "filmId": "string",
  • "showtimes": [
    ],
  • "relatedData": {
    }
}