# Sub Action Aggregates

## Attributes

| Name               | Type    | Description                                             |
| ------------------ | ------- | ------------------------------------------------------- |
| subAction          | string  | Name of the action.                                     |
| subActionId        | integer | Action ID.                                              |
| subActionAggregate | integer | Frequency of a specific action recorded during a match. |

{% code title="Response JSON" %}

```json
{
   "subAction": "Blocked",
   "subActionId": 11103,
   "subActionAggregate": 4
}
```

{% endcode %}
