Gets the seat availability for a showtime in the context of a standard order

Using this endpoint over GetSeatAvailabilityForShowtime enables order-specific seat availability information and the pre-blocking of social distance seats.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
orderId
required
string

The unique identifier of the standard order

showtimeId
required
string

The unique identifier of the showtime

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Order or showtime does not exist.

get/ocapi/v1/orders/{orderId}/showtimes/{showtimeId}/seat-availability
Request samples
Response samples
application/json
{
  • "seatAvailabilities": [
    ],
  • "isSoldOut": true
}