Action

Represents the player action details of a match.

Properties

traceId

UUID

Unique tracking ID for logs.

version

Integer

API version.

finished

Boolean

Indicates whether a match has finished.

fixtureAction

Contains information about the action.

fixtureSummary

Contains a summary of the fixture status.

Response JSON
"traceId": "79641ce77f11794fb2e743cd61855dd2",
"version": 1,
"finished": false,
"fixtureAction": {
     "period": 0,
     "actionId": "1a4304e8-8608-4b04-acce-3383a0a9690e",
     "metadata": {
         "awayTeamColour": "255, 0, 253",
         "homeTeamColour": "0, 128, 255"
     },
     "sendType": "Confirmed",
     "clockTime": "00:00",
     "fixtureId": "433eac65-2c3c-4164-bcae-b6f27db27d0c",
     "timestamp": "2023-01-15T17:25:43.319876Z",
     "sendTypeId": 5,
     "fixtureSeqNum": 1,
     "timelineSequence": 0.0000000000000001,
     "fixtureActionType": "Team Colours",
     "fixtureActionTypeId": 2
},
"fixtureSummary": {
     "isTied": true,
     "periods": [],
     "finished": false,
     "awayTeamScore": 0,
     "currentPeriod": 1,
     "currentStatus": "Scheduled",
     "homeTeamScore": 0,
     "currentClockTime": "00:00",
     "isHomeTeamInPossesion": true
}

Last updated