Get All Collections For Dialog
GET/api/collections/get-filtered-collections-for-dialog
Tier: Internal — subject to change without notice.
Same OData-filtered Collection list as CollectionController.GetAllCollections(...), but with
relaxed authorization for populating collection-picker dialogs for users who lack the
Collection module permission.
Any authenticated user may call this endpoint — no Collection module
permission is required (see Enums.LocafiModule).
Request
Responses
- 200
- 400
Returns a PageResult of Collections.CollectionSummaryDto.
Either the OData query failed validation (empty body), or the underlying query failed and the service's error array is returned as the body.