# Sub Action Aggregates

## Attributes

<table><thead><tr><th width="232">Name</th><th width="105">Type</th><th>Description</th></tr></thead><tbody><tr><td>subAction</td><td>string</td><td>Name of the action.</td></tr><tr><td>subActionId</td><td>integer</td><td>Action ID.</td></tr><tr><td>subActionAggregate</td><td>integer</td><td>Frequency of a specific action recorded during a match.</td></tr></tbody></table>

{% code title="Response JSON" %}

```json
{
   "subAction": "4 Points",
   "subActionId": 30801,
   "subActionAggregate": 7
 }
```

{% endcode %}
