Statistics

Represents the statistics object

Properties

PropertyTypeDescription

seqNum

Integer

Sequence number.

traceId

Tracing Id for logs.

version

Integer

API version.

finished

Boolean

Indicates whether a match has finished.

fixtureId

UUID

Unique fixture Id.

timestamp

String

of when the statistics were created, in RFC 3339 format.

teamActionAggregates

Aggregated actions statistics.

Response JSON
{
    "seqNum": 2141,
    "traceId": "2ca7288d32d4ad1d5ec04860c3142569",
    "version": 3,
    "finished": true,
    "fixtureId": "9b694d50-d720-483c-ac5b-efcf9bad1f9d",
    "timestamp": "2023-09-30T04:31:34.582907300Z",
    "teamActionAggregates": [...]
}

Last updated