Gets a list of showtime entities for today and tomorrow for a screen

This endpoint is currently used to find an in-progress or imminent showtime given a screen ID, which can then be used as the showtime context for an in-seat delivery order.

showtime entities for the 48 hours from the beginning (i.e. 00:00) of today's calendar date up to the end of the next calendar day are returned. This is to cater for the scenario where this endpoint is called close to the end of the day, such that the next day's showtimes are needed as well.

showtime entities that started on the previous calendar date, but finish on today's calendar date are included.

showtime entities that do not support or are not yet available for in-seat delivery are still included so that this can be communicated to patrons.

Unlike endpoints based on business date, the cutoff for each calendar day is always midnight.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
screenId
required
string

The unique identifier of the screen

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Not Found

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