[Deprecated]: Get rule by item ID

get

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

Deprecated: Use latest version instead. Retrieves a list of rules and related actions that belong to an item.

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