Get all rules based on filter parameters

post

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

Retrieves the list of rules based on filter parameters like form name, question name etc with basic information to be used in the user interface, on the Rule Management pane. The filters can be applied on one or multiple parameters. See request body for example Filter payload.

Request

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

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RulesSimpleListDTOV2
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RulesSimpleDTOV2
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : RulesSimpleListDTOV2
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RulesSimpleDTOV2
Type: object
Show Source

500 Response

An internal error occured.
Body ()
Root Schema : RulesSimpleListDTOV2
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RulesSimpleDTOV2
Type: object
Show Source
Back to Top