Player Action Aggregates

Represents the aggregated statistics of match actions by each player.

Properties

NameTypeDescription

player

Detailed information of a team

gameActionAggregates

Aggregated event data that comprises of general attributes and event specific attributes and is grouped by a player

periodActionAggregates

Provides aggregated event data for each player within a given period

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

Last updated