[Deprecated]: Get rule Operands list by rule IDs

post

/ec-rule-designer-svc/rest/v1.0/rule/studies/{studyId}/{mode}/ruleIds/operands

Deprecated: Use latest version instead. Retrieves the rule operands that belong to a specified rule IDs.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : RuleIDsReq
Type: object
Title: RuleIDsReq
List of Rule Ids
Show Source
Nested Schema : ruleIds
Type: array
List of Unique ID of rule
Show Source
Example:
[B1B8327AFAA6412287106192AB5984EF]
Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.

400 Response

Bad request.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.

500 Response

No data found for supplied parameters.
Body ()
Root Schema : RDSRestResponseDTO
Type: object
Response from Rule Designer APIs
Show Source
Example:
{
    "status":"success",
    "result":"Rule executed successfully"
}
Nested Schema : result
Type: object
Read Only: true
Result Object. Refer to example response for more details.
Back to Top