Skip to main content
Version: 6.0.0

ReadGlobalStatsForCategory

Method retrieves the global statistics for the given category.

ServiceOperation
globalGameStatisticsREAD_FOR_CATEGORY

Method Parameters

ParameterDescription
categoryThe global statistics category.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"statistics": {
"cus_ESTIMATE": 5,
"cus_HIGHESTHR": 4,
"cus_INNING": 2,
"cus_INNINGSREM": 0,
"cus_INNINGnew": 1,
"cus_OUTS": 0,
"cus_PLAYERS": 8,
"cus_PLAYER_COUNT": 4,
"cus_PLAYER_COUNTa": 1,
"cus_POINT": 1,
"cus_POINTS": 11,
"cus_otherstat": 0
}
},
"status": 200
}