[Deprecated]: Get all rules based on given parameters

get

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

Deprecated: Use latest version instead. Retrieves the list of rules based on the given parameters. Such as form ID, question ID, property type or name, as well as rule ID and rule name, among others. 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