Get multiple parameters of all rules in a study

get

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

Retrieves the following data for all rules: name, ID, rulerefname, ruleState, ruleDeleted, ruleEnabled, ruleValidationStatus and studymode for a given study ID and mode, with optional filters such as ruleState, ruleDeleted, ruleEnabled, and ruleValidationStatus.

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 : 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