Team Action Aggregates

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

Properties

Name
Type
Description

team

gameActionAggregates

periodActionAggregates

playerActionAggregates

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

Last updated