Get System Place
GET/api/places/GetSystemPlace/:id
Tier: Public — stable, supported for third-party integration.
Returns full detail for one system place.
Request
Responses
- 200
- 400
- 401
- 403
The place. See Places.PlaceDetailDto.
Unknown id — NotFound, field "Id" (note this differs from PlaceController.GetSinglePlace(...)'s field name of "place").
Caller is not authenticated.
Caller does not have Read permission on the Place module.