Get Eligibility Rule Selection
get
/rest/v7/eligibilityRule/{id}/selection/{ruleSelectionIndex}
This operation retrieves the specified selection for an Eligibility Rule
Request
Path Parameters
-
id: integer
The primary key of the Eligibility Rule
-
ruleSelectionIndex: integer
Unique rule selection index to be used as rule selection identifier in an eligibility Rule.
Response
Default Response
Root Schema : Eligibility Rule Selection
Type:
object
Title:
Show Source
Eligibility Rule Selection
-
dataType(optional):
object dataType
Title:
dataType
Indicates data type of attributeName -
dateAdded(optional):
string
Title:
dateAdded
-
dateModified(optional):
string
Title:
dateModified
-
id(optional):
integer
Title:
id
primary key of selection table -
operator(optional):
object operator
Title:
operator
Operator chosen for selection -
partField(optional):
string
Title:
partField
Part field selected in selection -
ruleId(optional):
object ruleId
Title:
ruleId
Foreign key to rule table -
ruleSelectionIndex(optional):
integer
Title:
ruleSelectionIndex
index of rule selection index -
value(optional):
string
Title:
value
value for selection 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
Operator chosen for selection
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 to rule table
Show Source
-
id(optional):
integer
Title:
id
Primary key of BM_Eligibility_rule -
variableName(optional):
string
Title:
variableName
variable name of Eligibility Rule