Get rule by study ID based on study mode

get

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

Retrieves a list of rules and related actions that belong to a specified study ID and specified study mode (such as Testing or Production).

Request

Path Parameters
Query Parameters

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

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