Skip to main content
Version: 6.0.0

ReadGlobalStatsSubset

Reads a subset of global statistics.

ServiceOperation
globalGameStatisticsREAD_SUBSET

Method Parameters

ParameterDescription
statisticsA collection containing the statistics to read.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"statistics": {
"cus_POINTS": 11,
"cus_ESTIMATE": 5
}
},
"status": 200
}