DetailedScorecard
Represents a scorecard with detailed score / stroke information for a player in a golf tournament.
type DetailedScorecard {
holeScores: [DetailedHoleScore]
front9Total: Int
back9Total: Int
total: Int
toPar: Int
par: Int
back9ToPar: Int
front9ToPar: Int
back9Par: Int
front9Par: Int
group: Int
groupIndex: Int
teeTime: String
startHole: Int
roundNumber: Int
status: PlayStatus
scorecardStatus: ScorecardStatus
through: Int
holesRemaining: Int
currentHole: Int
startOfDayToPar: Int
startOfDayStrokes: Int
position: Int
positionTied: Boolean
fineSort: Int
customFineSort: Int
parToDate: Int
contributesToTeamScore: Boolean
}
Fields
DetailedScorecard.holeScores
● [DetailedHoleScore]
list object
List of scores for each hole in the scorecard.
DetailedScorecard.front9Total
● Int
scalar
Total score for the front 9 holes.
DetailedScorecard.back9Total
● Int
scalar
Total score for the back 9 holes.
DetailedScorecard.total
● Int
scalar
Total score for all the holes.
DetailedScorecard.toPar
● Int
scalar
Score relative to par.
DetailedScorecard.par
● Int
scalar
Par score for the course.
DetailedScorecard.back9ToPar
● Int
scalar
Score relative to par for the back 9 holes.
DetailedScorecard.front9ToPar
● Int
scalar
Score relative to par for the front 9 holes.
DetailedScorecard.back9Par
● Int
scalar
Par score for the back 9 holes.
DetailedScorecard.front9Par
● Int
scalar
Par score for the front 9 holes.
DetailedScorecard.group
● Int
scalar
Group number for the scorecard.
DetailedScorecard.groupIndex
● Int
scalar
Index of the scorecard within the group.
DetailedScorecard.teeTime
● String
scalar
Tee time for the round.
DetailedScorecard.startHole
● Int
scalar
Starting hole for the round.
DetailedScorecard.roundNumber
● Int
scalar
Round number.
DetailedScorecard.status
● PlayStatus
enum
Status of the player in the tournament.
DetailedScorecard.scorecardStatus
● ScorecardStatus
enum
Status of the scorecard.
DetailedScorecard.through
● Int
scalar
Number of holes completed in the round.
DetailedScorecard.holesRemaining
● Int
scalar
Number of holes remaining in the round.
DetailedScorecard.currentHole
● Int
scalar
Current hole being played.
DetailedScorecard.startOfDayToPar
● Int
scalar
Score relative to par at the start of the day.
DetailedScorecard.startOfDayStrokes
● Int
scalar
Strokes at the start of the day.
DetailedScorecard.position
● Int
scalar
Position of the player/team in the leaderboard.
DetailedScorecard.positionTied
● Boolean
scalar
Indicates if the position is tied with other players/teams.
DetailedScorecard.fineSort
● Int
scalar
Fine sort value for determining the order in the leaderboard.
DetailedScorecard.customFineSort
● Int
scalar
Custom fine sort value for determining the order in the leaderboard.
DetailedScorecard.parToDate
● Int
scalar
Score relative to par for the entire tournament up to the current round.
DetailedScorecard.contributesToTeamScore
● Boolean
scalar
Indicates if the score contributes to the team score.
Member of
PlayerScorecard
object