Retrieves the list of venues.
GET/api/v1/venues
SOAP Equivalent: ACP_VenueGetList
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| venueId | ID_Venue | Logical model id (vm2.ID_Model) |
| venueName | VenueName | IdentityMain.NameSurname |
| identityId | ID_Identity | Owning identity |
| venuePhysical | VenuePhysical | Physical generic name |
| venueLogical | VenueLogical | Logical generic name |
| address | VenueAddress | Priority-1 postal address |
Scoped by the x-tenant header; the session context (institution) is validated first.
An empty list is returned as HTTP 200 with an empty array (SOAP parity).
Request
Responses
- 200
- 401
- 403
- 404
- 500
OK
Unauthorized
Forbidden
Not Found
Internal Server Error