Turnover

This details a fixture with a turnover action (fixtureActionTypeId:201) with the subtypes below:

  • 20001: Stolen

  • 20002: Shot Clock Violation

  • 20003: Back Court Violation

  • 20004: Travelling

  • 20005: Double Dribble

  • 20006: Out Of Bounds

  • 20007: 3 Second Violation

Stolen (20001)

{
  "fixtureAction": {
    "actionId": "a9b40349-0ef2-486a-ac2a-61a10926bc30",
    "clockTime": "08:02",
    "fixtureActionSubType": "Stolen",
    "fixtureActionSubTypeId": 20001,
    "fixtureActionType": "Turnover",
    "fixtureActionTypeId": 201,
    "fixtureId": "ee718764-e8de-40ba-a09a-4c64117a7310",
    "fixtureSeqNum": 161,
    "period": 1,
    "player": {
      "id": "b9a8897d-da95-4c2c-809f-404369a737a3",
      "name": "Amadeo  Tessitori"
    },
    "relatedFixtureActionIds": [
      "f3469e88-7f6f-4f61-9414-402a5938d754"
    ],
    "sendType": "Confirmed",
    "sendTypeId": 5,
    "team": {
      "homeTeam": false,
      "id": "75fc57e4-657a-4b3d-9165-7ae7bddf9dbe",
      "name": "VSB123"
    },
    "timelineSequence": 1.0000001178514968,
    "timestamp": "2024-03-11T18:07:54.527394Z"
  },
  "fixtureSummary": {
    "awayTeamScore": 11,
    "collectionStatus": "CollectingLive",
    "currentClockState": "stopped",
    "currentClockTime": "00:00",
    "currentPeriod": 1,
    "currentStatus": "Live",
    "finished": false,
    "homeTeamScore": 10,
    "isHomeTeamInPossesion": true,
    "isTied": false,
    "periods": [
      {
        "awayTeamPeriodScore": 11,
        "awayTeamScore": 11,
        "end": null,
        "homeTeamPeriodScore": 10,
        "homeTeamScore": 10,
        "id": 1,
        "label": "1st quarter",
        "start": "2024-03-11T18:00:36",
        "type": "Regular"
      }
    ]
  },
  "traceId": "d66b55fe9743463d36a9d5c0db2809f6",
  "version": 3
}

Shot Clock Violation (20002)

Back Court Violation (20003)

Travelling (20004)

Double Dribble (20005)

Out Of Bounds (20006)

3 Second Violation (20007)

Last updated

Was this helpful?