Response body schema for GET v1/loyalties/{campaignId}/tiers/{loyaltyTierId}/earning-rules.
| Name | Type | Description |
|---|---|---|
| _object | ObjectEnum | The type of the object represented by JSON. This object stores information about earning rules in a dictionary. |
| dataRef | DataRefEnum | Identifies the name of the attribute that contains the array of earning rule objects. |
| data | List<EarningRule> | Contains array of earning rule objects. |
| total | Integer | Total number of earning rule objects. |
| Name | Value |
|---|---|
| LIST | "list" |
| Name | Value |
|---|---|
| DATA | "data" |