Authorizations
Path Parameters
Query Parameters
Required range:
1 <= x <= 100
Required range:
x >= 0
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>",
"userId": "<string>",
"rewardAssetId": "<string>",
"createdAt": "<string>",
"updatedAt": "<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>",
"userId": "<string>",
"rewardAssetId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"distributedAt": "<string>",
"redeemedAt": "<string>",
"redeemBy": "<string>"
}
]
}
1 <= x <= 100
x >= 0
Was this page helpful?