Optional
Get list of leaderboard in which a given profile is part of. If no profileId is passed, get current profile leaderboards.
0.1.0
getProfileLeaderboards({ profileId: "<profile-id>"}).then(paginatedLeaderboards => console.log(paginatedLeaderboards.results)) Copy
getProfileLeaderboards({ profileId: "<profile-id>"}).then(paginatedLeaderboards => console.log(paginatedLeaderboards.results))
Generated using TypeDoc
Description
Get list of leaderboard in which a given profile is part of. If no profileId is passed, get current profile leaderboards.
Async
Since
0.1.0
Example