Skip to content

Response Data

Definition

Hole and Stroke Data that are returned as part of a Replay Request

Hole Structure

json
{
  "PlayerName": "<player-name>",
  "TeamName": "<team-name>",
  "TournamentName": "<tournament-name>",
  "SeasonId": "<season-id>",
  "Venue": "<venue>",
  "RoundNumber": "<round-number>",
  "StrokeCount": "<stroke-count>",
  "Par": "<par>",
  "ToPar": "<to-par>",
  "Comment": "<comment>",
  "Strokes": ["<stroke-data>"]
}

PlayerName string

The name of the player for this hole

TeamName string

The name of the team the player plays for

TournamentName string

The name of the tournament that this hole play occured during

SeasonId string

The id of the season that this hole play occured during

Venue string

The venue location that this hole play occured on

RoundNumber int

The tournament round that this hole play occured during

StrokeCount int

The total number of strokes that was played on this hole by this player. Not the same as the number of strokes that were clipped

Par int

The par for this hole

ToPar int

The score that was made on this hole

Comment string

Comment indiciating why this Hole was returned as part of the replay. Only is populated for Hole specific metrics or scenarios

Strokes object[]

Individual Strokes on this hole that were included in the clips