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.

Request

Path Parameters
Query Parameters
  • optional modes: design, test, training, active.
    • Allowed Values: [ "design", "test", "training", "active" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RulesListDTO
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RuleActionsDetailDTO
Type: object
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : RuleActionDetailDTO
Type: object
Show Source

204 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details

400 Response

Bad request.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Back to Top