Player Action Aggregates
Represents the aggregated statistics of match actions by each player.
Properties
{
"player": {
"id": "3e43f633-d337-4be5-9134-ccf6d9febc61",
"name": "Senne Lynen"
},
"gameActionAggregates": [
{
"action": "Yellow Card",
"actionId": 107,
"actionAggregate": 1,
"subActionAggregates": []
}
],
"periodActionAggregates": [
{
"period": 1,
"aggregates": [
{
"action": "Yellow Card",
"actionId": 107,
"actionAggregate": 1,
"subActionAggregates": []
}
]
}
]
}Last updated
Was this helpful?