Skip to main content
Version: 5.7.0

ReadAllGlobalStats

Method returns all of the global statistics.

ServiceOperation
globalGameStatisticsREAD

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"status": 200,
"data": {
"statistics": {
"TotalXpEarned": 0,
"_GAME_LOGINS": 805
}
}
}