Get rule by rule ID

get

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

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 : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.
Examples

400 Response

Bad request.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.
Back to Top