The unique identifier of the site
Vista Digital Platform (V1)
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)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/orders/by-barcode/{barcode}/seats
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/orders/by-barcode/{barcode}/seats' \
-H 'Connect-Region-Code: string'Success
Gets the list of order showtime seats entities
Gets the list of order seat entities
Gets the label/physical name of the seat
Gets the area name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the unique identifier of the area category the seat belongs to
Gets the seat position
Gets the number that can be used to uniquely identify the area within the seat layout
Gets the number that can be used to uniquely identify the column of the seat entity within the area
Gets the related data for the order showtime seats
Gets the list of related showtime entities
Gets the timing schedule
Gets the showtime entity's business date
Gets the date and time that the showtime starts
Gets the date and time that the showtime ends
Gets the date and time that the film screening starts
Gets the date and time that the film screening ends
Gets a value indicating whether the showtime is currently sold out
Gets the unique identifier of the seat layout of the screen
Gets the unique identifier of the film that is being screened
Gets the unique identifier of the site that is screening the film
Gets the unique identifier of the screen that the film will be played on
Gets the list of showtime area category entities
Gets the list of unique identifiers of the assigned attribute entities
Gets a value indicating whether the seat entities are allocated
Gets a value indicating whether this showtime requires 3D glasses to be viewed
Gets the unique identifier of the event the showtime is assigned to, if applicable
Gets the list of restrictions that apply
Gets the list of related area category entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the seat entities are allocated
Gets the list of related film entities
Gets the title text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short plot/synopsis text, and its translations
Gets the unique identifier of the censor rating, if applicable
Gets a description of the content in the film that qualifies it for its censor rating, if applicable
Gets the list of film trailer entities
Gets the display priority used for sorting
Gets the list of film cast and crew member entities that acted in the film, sorted by billing order
Gets the list of film cast and crew member entities that directed the film, sorted by billing order
Gets the list of film cast and crew member entities that produced the film, sorted by billing order
Gets the list of unique identifiers of the assigned genre entities
Gets the external identifiers
Gets the unique identifier of the event the film is assigned to, if applicable
Gets the list of related cast and crew member entities
Gets the person's name
Gets the related censor rating entities
Gets the classification text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
Gets the censor rating Classification description text, and its translations
Gets the related site entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
Gets the related screen entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of related genre entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of related attribute entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the short name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the important message text, and its translations
Gets the display priority used for sorting
Gets the related film advance booking rule entities
Gets the unique identifier of the film
Gets the unique identifier of the site
Gets the list of film advance booking period entities
Gets the date and time that the booking period starts
Gets the order booking modes that the booking period applies to
Gets the related event entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the description text, and its translations
Gets the schedule
{ "showtimeSeats": [ { … } ], "relatedData": { "showtimes": [ … ], "areaCategories": [ … ], "films": [ … ], "castAndCrew": [ … ], "censorRatings": [ … ], "sites": [ … ], "screens": [ … ], "genres": [ … ], "attributes": [ … ], "filmAdvanceBookingRules": [ … ], "events": [ … ] } }