v3.0 REST Endpoints
Rules/Rule Management/v3.0
The operations from the Rules/Rule Management/v3.0 category.
-
[Deprecated]: Update rules in bulk - Method: putPath:
/ec-rule-designer-svc/rest/v3.0/rule/studies/{studyId}/{mode}/bulkupdate
- Copy rules in bulk
- Method: putPath:
/ec-rule-designer-svc/rest/v3.0/rule/studies/{studyId}/bulkcopy
- Get rule by item ID
- Method: getPath:
/ec-rule-designer-svc/rest/v3.0/rule/studies/{studyId}/{mode}/item/{itemId}
- Get rule by property
- Method: getPath:
/ec-rule-designer-svc/rest/v3.0/rule/studies/{studyId}/{mode}/propertyType/{propertyType}
- Get rule by rule ID
- Method: getPath:
/ec-rule-designer-svc/rest/v3.0/rule/studies/{studyId}/{mode}/ruleId/{ruleId}