Get Service Types For Lookup
GET/api/servicetypes/get-filtered-servicetypes-for-lookup
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of service types for populating pickers/dropdowns.
Returns Services.ServiceTypeSummaryDto, not the dedicated
Services.ServiceTypeLookupDto that also exists in the codebase — the lookup DTO
is not used by this action.
Request
Responses
- 200
- 400
- 401
A PageResult of Services.ServiceTypeSummaryDto.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.