LeaderboardTeam
Represents a team in a golf tournament.
type LeaderboardTeam {
team: TournamentTeam
position: Int
positionTied: Boolean
shotsBehindLeader: Int
startOfDayToPar: Int
today: Int
toPar: Int
scorecards: [TeamScorecard]
fineSort: Int
holesToPlay: Int
holesPlayed: Int
status: PlayStatus
}
Fields
LeaderboardTeam.team ● TournamentTeam object
Tournament team information.
LeaderboardTeam.position ● Int scalar
Position of the team in the leaderboard.
LeaderboardTeam.positionTied ● Boolean scalar
Indicates if the position is tied with other teams.
LeaderboardTeam.shotsBehindLeader ● Int scalar
Number of shots behind the leader.
LeaderboardTeam.startOfDayToPar ● Int scalar
Score relative to par at the start of the day.
LeaderboardTeam.today ● Int scalar
Score for the current day.
LeaderboardTeam.toPar ● Int scalar
Total score relative to par.
LeaderboardTeam.scorecards ● [TeamScorecard] list object
List of scorecards for the team.
LeaderboardTeam.fineSort ● Int scalar
Fine sort value for determining the order in the leaderboard.
LeaderboardTeam.holesToPlay ● Int scalar
Number of holes remaining to be played.
LeaderboardTeam.holesPlayed ● Int scalar
Number of holes played.
LeaderboardTeam.status ● PlayStatus enum
Status of the team in the tournament.
Member of
LeaderboardTeamUpdateResponse object ● TeamLeaderboard object