# Retrieves a TicketingSeatMap resource. Retrieves a TicketingSeatMap resource. Endpoint: GET /v1/ticketing/catalogs/{catalogId}/product_bases/{productBaseId}/seat_maps/{id} Version: 1.0.38 Security: JWT ## Path parameters: - `catalogId` (string, required) Catalog identifier - `productBaseId` (string, required) ProductBase identifier - `id` (string, required) SeatMap identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `id` (string) Example: "0194cb3b-55d8-7d9f-a344-cee66d7d20dd" - `zones` (array) - `zones.label` (string) - `zones.seats` (array) - `zones.seats.seatingCategory` (string,null) - `zones.seats.gate` (string,null) - `zones.seats.level` (string,null) - `zones.seats.row` (string,null) - `zones.seats.number` (string,null) - `zones.seats.stair` (string,null) - `zones.seats.stand` (string,null) - `zones.seats.xPosition` (number) - `zones.seats.yPosition` (number) - `zones.seats.numbered` (boolean) - `zones.seats.available` (boolean) - `seatingCategories` (array) - `seatingCategories.color` (string,null) ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number,null) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number,null) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)