Get Match Activities Across All Accounts
POST /custom/getAllBattleSessions
{
"sessionId": "The anchor match id to get the subsequent matches from"
"limit": "Maximum number of oldest match from the above session - must be less than 150"
"requestParams": {
// set true to get relevant information for each match
"getGamePlayModeId": boolean,
"getTeamInfos": boolean,
"getWinTeamId": boolean,
"getGameMapId": boolean,
"getTsCreate": boolean,
"getTotalTurn": boolean,
}
}Last updated