List Places
GET/api/places/getfilteredplaces
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of non-system places, restricted to the caller's visible places (and their descendants) if the caller is place-filtered.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Places.PlaceSummaryDto, with PlaceSummaryDto.Thumbnail rewritten to a 1-hour signed URL.
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.