Sub Action Aggregates

Represents the aggregated statistics of all match sub actions by sub action types.

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.

Response JSON
{
   "subAction": "4 Points",
   "subActionId": 30801,
   "subActionAggregate": 7
 }

Last updated