Get Eligibility Rule Condition
get
/rest/v7/eligibilityRule/{id}/condition/{ruleConditionIndex}
This operation retrieves the specified condition for an Eligibility Rule
Request
Path Parameters
-
id: integer
The primary key of the Eligibility Rule
-
ruleConditionIndex: integer
Unique rule condition index to be used as rule condition identifier in an eligibility Rule.
Response
Default Response
Root Schema : Eligibility Rule Condition
Type:
object
Title:
Show Source
Eligibility Rule Condition
-
attributeName(optional):
string
Title:
attributeName
Data source field for condition is stored in this field -
dataType(optional):
object dataType
Title:
dataType
Indicates data type of attributeName -
dateAdded(optional):
string
Title:
dateAdded
date on which this record is added -
dateModified(optional):
string
Title:
dateModified
-
id(optional):
integer
Title:
id
-
operator(optional):
object operator
Title:
operator
opearator for condition is stored in this field -
ruleConditionIndex(optional):
integer
Title:
ruleConditionIndex
row index of Rule condition -
ruleId(optional):
object ruleId
Title:
ruleId
Foreign key field -
value(optional):
string
Title:
value
value for condition is stored in this field
Nested Schema : dataType
Type:
object
Title:
dataType
Indicates data type of attributeName
Show Source
-
displayValue(optional):
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id(optional):
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode(optional):
string
Title:
Lookup Code
Language independent code of the fixed list of value.
Nested Schema : operator
Type:
object
Title:
operator
opearator for condition is stored in this field
Show Source
-
displayValue(optional):
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id(optional):
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode(optional):
string
Title:
Lookup Code
Language independent code of the fixed list of value.
Nested Schema : ruleId
Type:
object
Title:
ruleId
Foreign key field
Show Source
-
id(optional):
integer
Title:
id
Primary key of BM_Eligibility_rule -
variableName(optional):
string
Title:
variableName
variable name of Eligibility Rule