Get All Places For Lookup
GET/api/places/get-filtered-places-for-lookup
Tier: Public — stable, supported for third-party integration.
Returns a lightweight, server-side filtered/sorted/paged place list for pickers and
move-target selection, for any authenticated caller regardless of Place-module
permission. Unlike PlaceController.GetAllPlaces(...), this includes system places.
Request
Responses
- 200
- 400
- 401
A PageResult of Places.PlaceLookupDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.