Gets a showtime by its unique identifier

Licenses Required

  • Vista.Ocapi
Request
path Parameters
showtimeId
required
string

The unique identifier of the showtime

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Showtime does not exist.

get/ocapi/v1/showtimes/{showtimeId}
Request samples
curl -i -X GET \
  'https://developer.vista.co/ocapi/v1/showtimes/{showtimeId}' \
  -H 'Connect-Region-Code: string'
Response samples
application/json
{
  • "showtime": {
    },
  • "relatedData": {
    }
}