Gets a list of showtime entities for a business date

Returns an empty list of showtime entities if no showtimes are scheduled.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
businessDate
required
string <date-time>

Date of requested showtimes in 'yyyy-MM-dd' format

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

400

One or more of the provided sites or films do not exist.

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