Period Action Aggregates
Represents the aggregated statistics of all team actions for a given period within a match.
Attributes
Name
Type
Description
{
"type": "Regular",
"label": "1st Set",
"period": 1,
"aggregates": [
{
"action": "Point Started",
"actionAggregate": 21,
"actionId": 401,
"subActionAggregates": [...]
}
]
}Last updated
Was this helpful?