Retrieves the seat priorities of a venue.
GET/api/v1/venues/:venueId/seatPriority
SOAP Equivalent: ACP_VenueGetSeatPriority
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| physicalSeatId | ID_PhysicalSeat | Venue_Physical.ID_Physical |
| group | Group | Venue_Physical.GroupPriority |
| priority | Priority | Venue_Physical.SeatPriority |
When the requested venue is a LOGICAL model, it is resolved to its parent PHYSICAL model first.
Scoped by the x-tenant header; the session context (institution) is validated first.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
OK
Unauthorized
Forbidden
Not Found
Unprocessable Content
Internal Server Error