Debug a rule

put

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

Debug a rule for provided subject.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Rule execution was successful.
Body ()
Root Schema : ResponseDebugRuleTO
Type: object
Show Source
Nested Schema : debugResult
Type: array
Show Source
Nested Schema : DebugMessageTO
Type: object
Show Source
Nested Schema : debugMessages
Type: array
Show Source
Nested Schema : DebugExecutionPathTO
Type: object
Show Source
Nested Schema : DebugInfoTO
Type: object
Show Source

400 Response

Incorrect payload
Body ()
Root Schema : ResponseDebugRuleTO
Type: object
Show Source
Nested Schema : debugResult
Type: array
Show Source
Nested Schema : DebugMessageTO
Type: object
Show Source
Nested Schema : debugMessages
Type: array
Show Source
Nested Schema : DebugExecutionPathTO
Type: object
Show Source
Nested Schema : DebugInfoTO
Type: object
Show Source

500 Response

An internal error occured
Body ()
Root Schema : ResponseDebugRuleTO
Type: object
Show Source
Nested Schema : debugResult
Type: array
Show Source
Nested Schema : DebugMessageTO
Type: object
Show Source
Nested Schema : debugMessages
Type: array
Show Source
Nested Schema : DebugExecutionPathTO
Type: object
Show Source
Nested Schema : DebugInfoTO
Type: object
Show Source
Back to Top