Team Action Aggregates

Represents the aggregated statistics of all team actions for a given match.

Properties

NameTypeDescription

team

Team information

gameActionAggregates

Game action aggregates

periodActionAggregates

Period action aggregates

playerActionAggregates

Player action aggregates

Response JSON
{
     "team": {...},
     "gameActionAggregates": [...],
     "periodActionAggregates": [...],
     "playerActionAggregates": [...]
}

Last updated