[Deprecated]: Get rule by rule ID

get

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

Deprecated: Use latest version instead. Retrieves a list of rules and related actions that belong to a specified rule ID.

Request

Path 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 : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : result
Type: object
Read Only: true
Result Object

400 Response

Bad request.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : result
Type: object
Read Only: true
Result Object

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : result
Type: object
Read Only: true
Result Object
Back to Top