Get Services For Lookup
GET/api/services/get-filtered-services-for-lookup
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged, lightweight list of service definitions for populating pickers/dropdowns.
Unlike the sibling OData list actions on this controller, this action does not call options.Validate() at all — an unsupported OData filter function is passed straight into the query and surfaces as the platform-wide OData-translation 500, not a 400.
Request
Responses
- 200
- 400
- 401
A PageResult of Services.ServiceLookupDto.
A service-level failure occurred — the service's error array. (Unsupported OData query functions are not rejected here as a 400; they surface as a 500 — see remarks.)
Caller is not authenticated.