Retrieves the stored top-map (bird's-eye) image of a venue plan, returned as a base64-encoded image.
GET/api/v1/venues/:venueId/map/top
SOAP Equivalent: ACP_VenueGetTopMap
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| venueId | id_venue | Route parameter (logical model id); 0 to resolve from the session |
| eventSessionId | id_CatalogDate | Query parameter (fallback physical model source) |
| topMap | TopMapBytes | Base64-encoded image (ID_HTMLLargeImage), null when empty / not found |
Scoped by the x-tenant header; the session context (institution) is validated first.
The legacy guard "id_venue == 0 && id_CatalogDate == 0" is enforced as a validation error
(at least one of the two must be positive). This image is stored, not rendered.
Request
Responses
- 200
- 401
- 404
- 422
- 500
OK
Unauthorized
Not Found
Unprocessable Content
Internal Server Error