Skip to main content
Version: 5.7.0

GetGlobalLeaderboardEntryCount

Method returns the number of entries in a global leaderboard.

ServiceOperation
leaderboardGET_GLOBAL_LEADERBOARD_ENTRY_COUNT

Method Parameters

ParameterDescription
leaderboardIdThe id of the leaderboard.
versionIdThe version of the leaderboard. Use -1 to specify the currently active leaderboard version.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"status": 200,
"data": {
"entryCount": 1
}
}