Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.01 KB

File metadata and controls

32 lines (23 loc) · 1.01 KB

MainGetContactRewardsPayload

Properties

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]

Enum: SortEnum

Name Value
ASC "asc"
DESC "desc"

Enum: SortFieldEnum

Name Value
UPDATEDAT "updatedAt"
CREATEDAT "createdAt"