Get rules by form ID which are in both valid and enabled states

get

/ec-rule-designer-svc/rest/v1.0/rule/studies/{studyId}/{mode}/form/{formId}/valid

Retrieves a list of rules which are in both valid and enabled states which belong to a form.

Request

Path 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