Grouping Attributes REST Endpoints
Maintenance/Asset Group Rules/Grouping Attributes
The Grouping Attributes resource manages the grouping attribute list defined for the rule.
- Create one attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/assetGroupRules/{RuleId}/child/groupingAttributes - Delete one attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/assetGroupRules/{RuleId}/child/groupingAttributes/{RuleGroupingAttributeId} - Get all attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/assetGroupRules/{RuleId}/child/groupingAttributes - Get one attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/assetGroupRules/{RuleId}/child/groupingAttributes/{RuleGroupingAttributeId}