# Period Action Aggregates

## Attributes

<table><thead><tr><th width="219.33333333333331">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td>string</td><td>The period of the match.</td></tr><tr><td>label</td><td>integer</td><td>Period name.</td></tr><tr><td>period</td><td>integer</td><td>Match type.</td></tr><tr><td>aggregates</td><td><a data-mention href="game-action-aggregates">game-action-aggregates</a></td><td>General and event-specific attributes.</td></tr></tbody></table>

{% code title="Response JSON" %}

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

{% endcode %}
