[Deprecated]: Get rule by property

get

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

Deprecated: Use latest version instead. Retrieves a list of rules and related actions based on a property.

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 : RulesListDTO
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : RuleActionsDetailDTO
Type: object
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : RuleActionDetailDTO
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Back to Top