Get All Eligibility Rule Selections

get

/rest/v16/eligibilityRule/{id}/selection

This operation retrieves all selections for an Eligibility Rule

Request

Path Parameters
Query Parameters
  • Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
  • The requested page size, which limits the number of elements the collection should max return.
  • The offset of the page. By default, offset is 0, which means first page will be returned.
  • Specifies a comma-separated list of pairs to order the response by.
  • Allows to specify one or more filtering criteria. By default, no filtering is applied.
  • Specifies that the total count of records should be included in the response when doing pagination.
Back to Top

Response

Default Response

Body ()
Root Schema : eligibilityRuleSelection-collection
Type: object
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
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • 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
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • 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
Back to Top