Get all rules by form ID, question ID, or other parameters

get

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

Retrieves the list of rules by form ID, question ID and / or property type and name, as well as by rule ID and rule name. Provides basic information to be used in the user interface, on the Rules pane. All rules that belong to the question, form or event that could be an operand or a target item are retrieved.

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 : RulesSimpleListDTO
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RulesSimpleDTO
Type: object
Show Source

400 Response

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

500 Response

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