Get rule re-run history

get

/ec-rule-svc/rest/v1.0/studies/{studyId}/{mode}/rerunhistory/{ruleId}

Retrieves the rule re-run history for a given rule ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Rule execution was successful.
Body ()
Root Schema : JobStatusTO
Type: object
Show Source
Nested Schema : jobStatus
Type: array
Show Source
Nested Schema : JobTO
Type: object
Show Source

400 Response

Incorrect payload
Body ()
Root Schema : JobStatusTO
Type: object
Show Source
Nested Schema : jobStatus
Type: array
Show Source
Nested Schema : JobTO
Type: object
Show Source

500 Response

An internal error occured
Body ()
Root Schema : JobStatusTO
Type: object
Show Source
Nested Schema : jobStatus
Type: array
Show Source
Nested Schema : JobTO
Type: object
Show Source
Back to Top