Period Action Aggregates
Represents the aggregated statistics of all team actions for a given period within a match.
Last updated
Was this helpful?
Represents the aggregated statistics of all team actions for a given period within a match.
type
string
The period of the match.
label
integer
Period name.
period
integer
Match type.
{
"type": "Regular",
"label": "2nd half",
"period": 2,
"aggregates": [
{
"action": "Shot",
"actionAggregate": 17,
"actionId": 111,
"subActionAggregates": [
{
"subAction": "Wide/Over (Off Target)",
"subActionAggregate": 7,
"subActionId": 11105
}
]
}
]
}Last updated
Was this helpful?
Was this helpful?