Get Filtered Sku Group Names
GET/api/skugroups/getfilteredskugroupnames
Tier: Public — stable, supported for third-party integration.
Returns an OData-filterable, paged list of SKU group names.
As with SkuGroupController.GetFilteredSkuGroups(...), filtering here is applied in-memory after
loading the organisation's full name list, not pushed down to the database.
Request
Responses
- 200
- 400
- 401
- 403
Returns a page of SkuGroups.SkuGroupNameSummaryDto.
The OData query failed validation (no body).
The caller is not authenticated.
The caller lacks SkuGroup Read permission.