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