Workflow
Assign group when creating a feature
- Go to Product Catalog → Features → Create Feature
- In the Group field, search or select a group (e.g. “Usage Pricing”)
- Save; the feature is stored with that group

API (features)
| Action | Method | Endpoint |
|---|---|---|
| Create | POST | /v1/features |
| Update | PUT | /v1/features/:id |
| Get feature | GET | /v1/features/:id |
| Search | POST | /v1/features/search |
group_id. Group must exist and have entity_type: "feature". Response includes group_id and group.
Update: Send group_id: "group_..." to assign, group_id: "" to ungroup. Omit to leave unchanged.
Get: Response includes group_id and group when the feature is in a group.
Search: Each item has group_id and group when set. Filter by group: field: "group_id", operator: "eq", value: { "string": "<group_id>" } (or operator: "in" with array).
Where reflected
Usage Breakdown in the analytics dashboard and Customer Portal Usage tab shows usage and cost by group.


