Asset Validation Rules REST Endpoints

Maintenance/Asset Groups/Asset Validation Rules
The Asset Validation Rules resource stores values for the excluded assets in the group.
Create validation rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/validationRule
Delete one validation rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/validationRule/{ValidationRuleId}
Get all validation rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/validationRule
Get one validation rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}/child/validationRule/{ValidationRuleId}