Get rule Operands list by rule IDs
post
/ec-rule-designer-svc/rest/v2.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. (Test, Training or Active)Example:
test -
studyId(required): string(uuid)
Study ID.Example:
123e4567-e89b-12d3-a456-426655440000
Supported Media Types
- application/json
Root Schema : RuleIDsReq
Type:
objectTitle:
RuleIDsReqList of Rule Ids
Show Source
-
ruleIds: array
ruleIds
List of Unique ID of rule
Nested Schema : ruleIds
Type:
arrayList of Unique ID of rule
Show Source
-
Array of:
string(uuid)
List of Unique ID of rule
Example:
[B1B8327AFAA6412287106192AB5984EF]Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Success.
Root Schema : RDSRestResponseDTO
Type:
objectResponse from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
trueResult Object. Refer to example response for more details. -
status: string
Read Only:
trueAllowed Values:[ "success, failed" ]Status
Example:
{
"status":"success",
"result":"Rule executed successfully"
}Nested Schema : result
Type:
objectRead Only:
trueResult Object. Refer to example response for more details.
Examples
400 Response
Bad request.
Root Schema : RDSRestResponseDTO
Type:
objectResponse from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
trueResult Object. Refer to example response for more details. -
status: string
Read Only:
trueAllowed Values:[ "success, failed" ]Status
Example:
{
"status":"success",
"result":"Rule executed successfully"
}Nested Schema : result
Type:
objectRead Only:
trueResult Object. Refer to example response for more details.
500 Response
No data found for supplied parameters.
Root Schema : RDSRestResponseDTO
Type:
objectResponse from Rule Designer APIs
Show Source
-
result: object
result
Read Only:
trueResult Object. Refer to example response for more details. -
status: string
Read Only:
trueAllowed Values:[ "success, failed" ]Status
Example:
{
"status":"success",
"result":"Rule executed successfully"
}Nested Schema : result
Type:
objectRead Only:
trueResult Object. Refer to example response for more details.