Gets the in seat location tab availability for a seat within a showtime

Licenses Required

  • Vista.Ocapi.ChecksAPI
Request
path Parameters
showtimeId
required
string

The unique identifier of the showtime

seatId
required
string

The unique identifier of the seat

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Showtime or seat does not exist.

get/ocapi/v1/showtimes/{showtimeId}/seats/{seatId}/tab-availability
Request samples
Response samples
application/json
{
  • "completedOrderSeats": [
    ],
  • "type": "InSeat",
  • "status": "Available",
  • "inProgressTabOrder": {
    }
}