Get All Eligibility Rules

get

/rest/v7/eligibilityRule

This operation returns all Eligibility Rule data.

Request

Query Parameters
Back to Top

Response

Default Response

Body ()
Root Schema : eligibilityRule-collection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Eligibility Rule
Type: object
Title: Eligibility Rule
Show Source
Nested Schema : active
Type: object
Title: active
YES indicates Active and NO indicates Inactive
Show Source
Nested Schema : eligibilityRuleCondition-collection
Type: object
Show Source
Nested Schema : conditionType
Type: object
Title: conditionType
Specifies whether condition is ALWAYS_TRUE or SIMPLE
Show Source
Nested Schema : ruleType
Type: object
Title: ruleType
Indicates whether AVAILABLE or NOT_AVAILABLE rule
Show Source
Nested Schema : eligibilityRuleSelection-collection
Type: object
Show Source
Nested Schema : selectionType
Type: object
Title: selectionType
This field specifies whether selection is ALL, NONE or SIMPLE
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Eligibility Rule Condition
Type: object
Title: Eligibility Rule Condition
Show Source
Nested Schema : dataType
Type: object
Title: dataType
Indicates data type of attributeName
Show Source
Nested Schema : operator
Type: object
Title: operator
opearator for condition is stored in this field
Show Source
Nested Schema : ruleId
Type: object
Title: ruleId
Foreign key field
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Eligibility Rule Selection
Type: object
Title: Eligibility Rule Selection
Show Source
Nested Schema : dataType
Type: object
Title: dataType
Indicates data type of attributeName
Show Source
Nested Schema : operator
Type: object
Title: operator
Operator chosen for selection
Show Source
Nested Schema : ruleId
Type: object
Title: ruleId
Foreign key to rule table
Show Source
Back to Top