curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/rewards/{rewardId}/redemption-values \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"rewardId": "<string>",
"value": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"userId": "<string>",
"rewardAssetId": "<string>",
"distributedAt": "<string>",
"redeemedAt": "<string>",
"redeemBy": "<string>"
}
]
}Retrieves a paginated list of redemption values for a given reward.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/rewards/{rewardId}/redemption-values \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"rewardId": "<string>",
"value": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"userId": "<string>",
"rewardAssetId": "<string>",
"distributedAt": "<string>",
"redeemedAt": "<string>",
"redeemBy": "<string>"
}
]
}1 <= x <= 100x >= 0Successful response
Show child attributes
Was this page helpful?