Breaks

Represents the break details within advanced statistics for a tournament.

Properties

Property
Type
Description

score

Integer

Current score

breakSeq

Integer

Brake sequence number

playerId

UUID

Unique player id

playerName

String

Player's full name

breakStatus

String

Status of the break.

pottedBalls

Current status of potted balls

startTimestamp

String

date and time when the brake started

endTimestamp

String

date and time when the brake finished

JSON Response
{
  "score": 0,
  "breakSeq": 1,
  "playerId": "e9c5eddd-e493-473e-b688-a3a2ea861800",
  "playerName": "Ken Doherty",
  "breakStatus": "Ended",
  "pottedBalls": {
      "redBalls": 0,
      "blueBalls": 0,
      "pinkBalls": 0,
      "blackBalls": 0,
      "brownBalls": 0,
      "greenBalls": 0,
      "yellowBalls": 0
  },
  "endTimestamp": "2023-06-30T17:18:52.254508Z",
  "startTimestamp": "2023-06-30T17:18:45.2074Z"
}

Last updated