Gets the order showtime seats details for the provided barcode

Can return seats for orders that were not made by Connect, e.g. POS.

Only seats for showtimes that are currently available for purchase will be returned.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
siteId
required
string

The unique identifier of the site

barcode
required
string

An ambiguous reference that can be used to identify a booking or a ticket in a completed order. WQ9LJTK (booking ID)B10000044294 (booking barcode)S100044294 (short booking barcode)B100000442940001 (booking ticket barcode)S1000442940001 (short booking ticket barcode)T10000041793 (transaction barcode)T100000417930001 (transaction ticket barcode)U100041793 (short transaction barcode)U1000417930001 (short transaction ticket barcode)

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Order not found.

get/ocapi/v1/sites/{siteId}/orders/by-barcode/{barcode}/seats
Request samples
Response samples
application/json
{
  • "showtimeSeats": [
    ],
  • "relatedData": {
    }
}