seatmapScheme
Get a seatmap scheme by its ID (SeatmapScheme.id).
A SeatmapScheme is the reusable layout of a venue — its blocks, rows, seats and categories — without any
event, ticket types or availability attached. The event-specific counterpart is Seatmap.
Authorization is required, and the request fails with an error unless the account is an administrator or at
least one of the organizers it is connected to has been granted access to this scheme. An ID that belongs to no
scheme also fails with an error rather than resolving to null.
SeatmapScheme.preview renders the scheme as a Seatmap, so it can be drawn with the same fields used for
event seatmaps. Because a preview is not tied to an event, Seatmap.ticketTypes resolves an empty list for it.
query GetSeatmapScheme($id: ID!) { seatmapScheme(id: $id) { id preview { id numberOfSeats } } }query GetSeatmapScheme($id: ID!) { seatmapScheme(id: $id) { id preview { id numberOfSeats } } }
Arguments
| Argument | Description | Type |
|---|---|---|
| id | ID! |
Type
This field resolves to SeatmapScheme, which has the following fields: