Skip to main content
Version: 5.7.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": {
"POINTS": 11,
"ESTIMATE": 5
}
},
"status": 200
}