Retrieves the detail of a venue (header + generic properties).
GET/api/v1/venues/:venueId
SOAP Equivalent: ACP_VenueGetDetail
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| venueId | ID_Venue | Logical model id |
| venueName | venueName | IdentityMain.NameSurname |
| identityId | venueID_Identity | Owning identity |
| venuePhysical | venuePhysical | Physical generic name |
| venueLogical | venueLogical | Logical generic name |
| address | venueAddress | Priority-1 postal address |
| properties | ListVenueProperties | Categories, designations, doors, accesses, blocks, floors, tribunes |
Scoped by the x-tenant header; the session context (institution) is validated first.
A missing venue returns HTTP 404 (SOAP result 10103).
Request
Responses
- 200
- 401
- 404
- 422
- 500
OK
Unauthorized
Not Found
Unprocessable Content
Internal Server Error