Period Action Aggregates

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

Attributes

Name
Type
Description

type

string

The period of the match.

label

integer

Period name.

period

integer

Match type.

aggregates

General and event-specific attributes.

Response JSON
{
  "type": "Regular",
  "label": "1st Set",
  "period": 1,
  "aggregates": [
    {
      "action": "Point Started",
      "actionAggregate": 21,
      "actionId": 401,
      "subActionAggregates": [...]
    }
  ]
}

Last updated