queryReferralRewards( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of referral rewards, given the provided paging, filtering, and sorting.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

PROPERTYSUPPORTED FILTERS & SORTING
rewardedReferringCustomerIdeq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
rewardedReferredFriendIdeq(),ne(),exists(),in(),hasSome(),startsWith(),ascending(),descending()
_createdDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
_updatedDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
rewardTypeeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
Method Declaration
Copy
Method Parameters
optionsQueryReferralRewardsOptions
Returns
Was this helpful?
Yes
No