Skip to main content

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 FieldSOAP FieldNotes
venueIdid_venueRoute parameter (logical model id); 0 to resolve from the session
eventSessionIdid_CatalogDateQuery parameter (fallback physical model source)
topMapTopMapBytesBase64-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

OK