Get All Eligibility Rule Selections
get
/rest/v19/eligibilityRule/{id}/selection
This operation retrieves all selections for an Eligibility Rule
Request
Path Parameters
-
id(required): integer
The primary key of the Eligibility Rule
Query Parameters
-
fields: string
Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
-
limit: integer
The requested page size, which limits the number of elements the collection should max return.
-
offset: integer
The offset of the page. By default, offset is 0, which means first page will be returned.
-
orderby: string
Specifies a comma-separated list of pairs to order the response by.
-
q: string
Allows to specify one or more filtering criteria. By default, no filtering is applied.
-
totalResults: boolean
Specifies that the total count of records should be included in the response when doing pagination.
Response
Default Response
Root Schema : eligibilityRuleSelection-collection
Type:
Show Source
object-
count:
integer
The number of resource instances returned in the current range.
-
hasMore:
boolean
Returns true if more resources are available on the server than the subset returned in current page.
-
items:
array items
-
limit:
integer
The actual paging size used by the server.
-
offset:
integer
The offset used in the current page.
-
totalResults:
integer
Capture the total count of the resource instances, which not only includes the instances in the current range, but all instances on the server that satisfy the request.
Nested Schema : items
Type:
Show Source
array-
Array of:
object Eligibility Rule Selection
Title:
Eligibility Rule Selection
Nested Schema : Eligibility Rule Selection
Type:
objectTitle:
Show Source
Eligibility Rule Selection-
dataType:
object dataType
Title:
dataTypeIndicates data type of attributeName -
dateAdded:
string
Title:
dateAdded -
dateModified:
string
Title:
dateModified -
id:
integer
Title:
idprimary key of selection table -
operator:
object operator
Title:
operatorOperator chosen for selection -
partField:
string
Title:
partFieldPart field selected in selection -
ruleId:
object ruleId
Title:
ruleIdForeign key to rule table -
ruleSelectionIndex:
integer
Title:
ruleSelectionIndexindex of rule selection index -
value:
string
Title:
valuevalue for selection is stored in this field
Nested Schema : dataType
Type:
objectTitle:
dataTypeIndicates data type of attributeName
Show Source
-
displayValue:
string
Title:
Display ValueTranslated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
IdPrimary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup CodeLanguage independent code of the fixed list of value.
Nested Schema : operator
Type:
objectTitle:
operatorOperator chosen for selection
Show Source
-
displayValue:
string
Title:
Display ValueTranslated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
IdPrimary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup CodeLanguage independent code of the fixed list of value.
Nested Schema : ruleId
Type:
objectTitle:
ruleIdForeign key to rule table
Show Source
-
id:
integer
Title:
idPrimary key of BM_Eligibility_rule -
variableName:
string
Title:
variableNamevariable name of Eligibility Rule