Skip to main content
Version: 6.0.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
{
"data": {
"statistics": {
"cus_TotalXpEarned": 0,
"cus__GAME_LOGINS": 805
}
},
"status": 200
}