Gets a list of showtime entities for an event

Licenses Required

  • Vista.Ocapi
Request
path Parameters
eventId
required
string

The unique identifier of the event

query Parameters
siteIds
Array of strings

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

Event does not exist.

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