cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/integration/leaderboards/{configId}/data \ --header 'x-api-token: <api-key>'
{ "totalCount": 123, "edges": [ { "userId": "<string>", "username": "<string>", "displayName": "<string>", "profilePictureUrl": "<string>", "value": 123 } ], "lastUpdatedAt": "<string>" }
Retrieve aggregated leaderboard data for a specific configuration.
The ID of the leaderboard configuration
^[0-9a-fA-F]{24}$
1 <= x <= 100
x >= 0
Successful response
Paginated leaderboard data with entries and cache timestamp
Show child attributes
Timestamp when the leaderboard data was last updated
Was this page helpful?