cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/rewards/stats/recipients
{ "data": [ { "userId": "<string>", "name": "<string>", "email": "<string>", "profilePictureUrl": "<string>", "quantity": 123, "lastReceived": "<string>", "winningTickets": 123, "losingTickets": 123, "pendingTickets": 123, "entryStatus": "pending" } ], "totalCount": 123, "rewardType": "<string>", "drawDate": "<string>", "isDrawn": true, "distributionType": "<string>", "winningStats": { "totalWinners": 123, "winnersDistributed": 123, "winnersClaimed": 123 } }
The reward ID to get recipients for (MongoDB ObjectId)
Number of records to skip
x >= 0
Number of records to return (max 50)
1 <= x <= 100
Field to sort by
name
quantity
lastReceived
Sort order
asc
desc
Successful response
Show child attributes
Was this page helpful?