Action

Represents the player action details of a match.

Properties

Contains information about the action

version integer

API version

Contains a summary about the fixture status

traceId uuid

Unique tracing id for logs

{
   "fixtureAction":{
      "timestamp":"2023-05-14T13:36:57.372386Z",
      "actionId":"f8406467-91f4-4487-a392-0f505ee4e082",
      "fixtureSeqNum":110,
      "clockTime":"45:00",
      "fixtureActionType":"Yellow Card",
      "fixtureActionTypeId":107,
      "sendTypeId":1,
      "sendType":"Pending",
      "timelineSequence":2.0000027000000110,
      "team":{
         "homeTeam": false,
         "id":"e8e60aa9-15f6-49ee-a657-cdc04e32644b",
         "name":"FC Groningen"
      },
      "fixtureId":"f4a681f4-ee19-4073-bb43-82c765e5e596",
      "relatedFixtureActionIds":[
         
      ],
      "period":2
   },
   "version":3,
   "fixtureSummary":{
      "awayTeamScore":0,
      "currentClockTime":"45:00",
      "periods":[
         {
            "awayTeamPeriodScore":0,
            "awayTeamScore":0,
            "label":"1st half",
            "id":1,
            "homeTeamScore":0,
            "end":"2023-05-14T13:09:01",
            "type":"Regular",
            "homeTeamPeriodScore":0,
            "start":"2023-05-14T12:32:15"
         }
      ],
      "isHomeTeamInPossesion":false,
      "finished":false,
      "homeTeamScore":0,
      "collectionStatus":"CollectionSuspended",
      "isTied":true,
      "currentPeriod":2,
      "currentStatus":"Suspended"
   },
   "traceId":"371c02cb042e8ad7e70ed1a801139b68"
}

Last updated