Gets a list of showtime entities for the first business date with showtimes

Useful when filtering by site or film where showtimes may only be in the future.

Licenses Required

  • Vista.Ocapi
Request
query Parameters
siteIds
Array of strings

Site filter

filmIds
Array of strings

Film filter

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

204

No showtimes scheduled.

get/ocapi/v1/showtimes/by-business-date/first
Request samples
Response samples
application/json
{
  • "showtimes": [
    ],
  • "relatedData": {
    },
  • "businessDate": "2019-08-24T14:15:22Z"
}