Get rule history by study ID, ruleid and optionally study mode
get
/ec-rule-designer-svc/rest/v1.0/rulemgt/studies/{studyId}/{ruleId}/rulehistory
Retrieves the audit history of a given rule based on the given parameters:
- Rule ID
- Study ID
- Study mode (Optional)
Request
Path Parameters
-
ruleId(required): string(uuid)
Rule Id
-
studyId(required): string(uuid)
Study Id
Query Parameters
-
modes: array[string]
optional modes: design, test, training, active.
-
Allowed Values:
[ "design", "test", "training", "active" ]
-
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : RuleActionsDetailDTO
Type:
Show Source
object
-
actions: array
actions
-
eventId: string
(uuid)
-
eventInstanceNumber: number
-
formId: string
(uuid)
-
itemId: string
(uuid)
-
propertyName: string
-
propertyType: string
-
ruleDescription: string
-
ruleEnabled: number
-
ruleExpr: string
-
ruleId: string
(uuid)
-
ruleJSExpr: string
-
ruleName: string
-
ruleOrder: number
-
ruleOriginType: string
-
rulePayload: string
-
ruleRefName: string
-
ruleState: string
-
ruleValidationStatus: string
-
ruleVersionNumber: number
204 Response
No data found for supplied parameters.
Root Schema : RDSRestErrorDataDTO
Type:
object
Read Only:
true
Error details from Rule Designer APIs
Show Source
-
details: object
details
Read Only:
true
Error Details -
errorCode: string
Read Only:
true
Error Code -
errorMessage: string
Read Only:
true
Error Message -
result: string
Read Only:
true
Result -
status: string
Read Only:
true
Status
Nested Schema : details
Type:
object
Read Only:
true
Error Details
400 Response
Bad request.
Root Schema : RDSRestErrorDataDTO
Type:
object
Read Only:
true
Error details from Rule Designer APIs
Show Source
-
details: object
details
Read Only:
true
Error Details -
errorCode: string
Read Only:
true
Error Code -
errorMessage: string
Read Only:
true
Error Message -
result: string
Read Only:
true
Result -
status: string
Read Only:
true
Status
Nested Schema : details
Type:
object
Read Only:
true
Error Details
500 Response
No data found for supplied parameters.
Root Schema : RDSRestErrorDataDTO
Type:
object
Read Only:
true
Error details from Rule Designer APIs
Show Source
-
details: object
details
Read Only:
true
Error Details -
errorCode: string
Read Only:
true
Error Code -
errorMessage: string
Read Only:
true
Error Message -
result: string
Read Only:
true
Result -
status: string
Read Only:
true
Status
Nested Schema : details
Type:
object
Read Only:
true
Error Details