v1
latestOpenAPI 3.0.12026-08-06135498863.0 KBSeating
Gets the seat layout for a showtime
Licenses Required
- Vista.Ocapi
get/ocapi/v1/showtimes/{showtimeId}/seat-layout
Path parameters
showtimeIdstring required
The unique identifier of the showtime
Headers
Connect-Region-Codestring
Region Code
Response
Success
Example response
{
"seatLayout": {
"areas": [
{
"name": {
"translations": [
{
"languageTag": "en-US"
}
]
},
"rows": [
{
"label": "G",
"seats": [
{
"label": "5",
"rowLabel": "G"
}
]
}
]
}
]
},
"relatedData": {
"screen": {
"name": {
"translations": [
{
"languageTag": "en-US"
}
]
}
},
"areaCategories": [
{
"name": {
"translations": [
{
"languageTag": "en-US"
}
]
}
}
]
}
}