# Action

## Properties

<table data-header-hidden><thead><tr><th width="203">Property</th><th>Description</th></tr></thead><tbody><tr><td>fixtureAction<br><a href="action/fixture-action"><em><mark style="color:blue;">Fixture Action</mark></em></a></td><td>Contains information about the action</td></tr><tr><td>version<br><em><mark style="color:blue;">integer</mark></em></td><td>API version</td></tr><tr><td>fixtureSummary<br><a href="action/fixture-summary"><em><mark style="color:blue;">Fixture Summary</mark></em></a></td><td>Contains a summary about the fixture status</td></tr><tr><td>traceId<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique tracing id for logs</td></tr></tbody></table>

```json
{
        "traceId": "80c823c59212a5ff67f56eff017f838c",
        "version": 3,
        "finished": false,
        "fixtureAction": {
            "period": 0,
            "actionId": "9229c1e6-b0cc-4844-9645-f36a6aa7c9f7",
            "metadata": {
                "awayTeamColour": "Blue",
                "homeTeamColour": "Red"
            },
            "sendType": "Confirmed",
            "clockTime": "00:00",
            "fixtureId": "ad81fac3-a0d5-439a-90f0-98bfba02fe10",
            "timestamp": "2023-06-30T17:13:58.758681Z",
            "sendTypeId": 5,
            "fixtureSeqNum": 1,
            "timelineSequence": 1.0E-16,
            "fixtureActionType": "Team Colours",
            "fixtureActionTypeId": 2,
            "relatedFixtureActionIds": []
        },
        "fixtureSummary": {
            "isTied": true,
            "periods": [],
            "finished": false,
            "awayTeamScore": 0,
            "currentPeriod": 1,
            "currentStatus": "Scheduled",
            "homeTeamScore": 0,
            "collectionStatus": "CollectionScheduled",
            "currentClockTime": "00:00",
            "isHomeTeamInPossesion": true
        }
    }
```
