Skip to content

TicketingSeatMap

The SeatMap contains the layout of the seats for a chosen session.

Retrieves a TicketingSeatMap resource.

Request

Retrieves a TicketingSeatMap resource.

Security
JWT
Path
idstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

SeatMap identifier

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/ticketing/seat_maps/{id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

TicketingSeatMap resource

Bodyapplication/ld+json
@contextstring or object
One of:
string
@idstringrequired
@typestringrequired
idstringrequired
Example:"0194cb3b-55d8-7d9f-a344-cee66d7d20dd"
zonesArray of objects(SeatMapZone.jsonld-v1.seat_map.read)required
seatingCategoriesArray of objects(SeatMapSeatingCategory.jsonld-v1.seat_map.read)required
Response
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194cb3b-55d8-7d9f-a344-cee66d7d20dd", "zones": [ {} ], "seatingCategories": [ {} ] }