Get All System Places
GET/api/places/GetFilteredSystemPlaces
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of system places only.
Gated on the ordinary Place module (not Administration), and not visibility-filtered.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Places.PlaceSummaryDto where IsSystemPlace is true.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.
Caller does not have Read permission on the Place module.