Get rule Operands list by rule IDs
post
/ec-rule-designer-svc/rest/v1.0/rule/studies/{studyId}/{mode}/ruleIds/operands
Retrieves the rule operands that belong to a specified rule IDs.
Request
Path Parameters
-
mode(required): string
Study Mode
-
studyId(required): string(uuid)
Study Id
Supported Media Types
- application/json
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array
-
Array of:
object RDSRestResponseDTO
Read Only:
true
Response from Rule Designer APIs
Nested Schema : RDSRestResponseDTO
Type:
object
Read Only:
true
Response from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
true
Result Object -
status: string
Read Only:
true
Allowed Values:[ "success, failed" ]
Status
Nested Schema : result
Type:
object
Read Only:
true
Result Object
400 Response
Bad request.
Root Schema : RDSRestResponseDTO
Type:
object
Read Only:
true
Response from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
true
Result Object -
status: string
Read Only:
true
Allowed Values:[ "success, failed" ]
Status
Nested Schema : result
Type:
object
Read Only:
true
Result Object
500 Response
No data found for supplied parameters.
Root Schema : RDSRestResponseDTO
Type:
object
Read Only:
true
Response from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
true
Result Object -
status: string
Read Only:
true
Allowed Values:[ "success, failed" ]
Status
Nested Schema : result
Type:
object
Read Only:
true
Result Object