Get Reasons
GET/api/reasons/getfilteredreasons
Tier: Public — stable, supported for third-party integration.
Returns Reasons for the caller's organisation, filtered/sorted/paged via OData. Unlike most reference-data list endpoints, the OData query is applied in-memory (the service loads the full organisation's reason list, then options.ApplyTo runs over it) — the filter surface is functionally the same to callers.
Request
Responses
- 200
- 400
Returns a PageResult of Reasons.ReasonSummaryDto.
The OData query failed validation. Empty body.