curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/{configId}/data \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"userId": "<string>",
"username": "<string>",
"profilePictureUrl": "<string>",
"value": 123,
"displayName": "<string>"
}
]
}Retrieves aggregated leaderboard data based on the specified configuration
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/{configId}/data \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"userId": "<string>",
"username": "<string>",
"profilePictureUrl": "<string>",
"value": 123,
"displayName": "<string>"
}
]
}The id of the leaderboard config
1 <= x <= 100x >= 0Was this page helpful?