Grouping Attribute Values REST Endpoints

Maintenance/Asset Groups/Grouping Attribute Values
The Grouping Attribute Values resource stores values for the grouping attributes as defined in the grouping rule.
Create attribute values
Method: post
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/groupingAttributeValues
Get all attribute values
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/groupingAttributeValues
Get one attribute value
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/groupingAttributeValues/{GroupValueId}
Update an attribute value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/groupingAttributeValues/{GroupValueId}