| Name | Type | Description | Notes |
|---|---|---|---|
| contactId | Integer | Contact to attribute the reward | |
| limit | Integer | Number of documents per page | [optional] |
| metadata | List<MainFilter> | Data to define the reward for that particular contact | [optional] |
| offset | Integer | Index of the first document in the page | [optional] |
| rewardId | String | Unique identifier of the associated reward | [optional] |
| sort | SortEnum | Sort the documents in the ascending or descending order | [optional] |
| sortField | SortFieldEnum | Sort documents by field | [optional] |
| Name | Value |
|---|---|
| ASC | "asc" |
| DESC | "desc" |
| Name | Value |
|---|---|
| UPDATEDAT | "updatedAt" |
| CREATEDAT | "createdAt" |