List Collections
GET/api/collections/getfilteredcollections
Tier: Internal — subject to change without notice.
Returns Collections for the caller's organisation, filtered/sorted/paged via OData. Both active and completed collections are included — filter with $filter=Active eq true to restrict to active ones.
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.