# Action

## Properties

<table data-header-hidden><thead><tr><th width="203">Name</th><th width="198">Type</th><th>Description</th><th data-hidden>Description</th></tr></thead><tbody><tr><td>traceId</td><td>UUID</td><td>Unique tracking ID for logs.</td><td>Unique tracing id for logs</td></tr><tr><td>version</td><td>Integer</td><td>API version.</td><td>API version</td></tr><tr><td>finished</td><td>Boolean</td><td>Indicates whether a match has finished.</td><td>Indicates whether the match has finished.</td></tr><tr><td>fixtureAction</td><td><a data-mention href="action/fixture-action">fixture-action</a></td><td>Contains information about the action.</td><td>Contains information about the action</td></tr><tr><td>fixtureSummary</td><td><a data-mention href="action/fixture-summary">fixture-summary</a></td><td>Contains a summary of the fixture status.</td><td>Contains a summary about the fixture status</td></tr></tbody></table>

{% code title="Response JSON" %}

```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
}
```

{% endcode %}
