Retrieves a list of referral events, given the provided paging, filtering, and sorting.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
| Field | Supported Filters | Sort |
|---|---|---|
referredFriendSignupEvent | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
successfulReferralEvent | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
actionEvent | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
rewardEvent | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.