Skip to content

Champion Request - Tournament

Definition

Specified Champion Data for a tournament that will be used for a Replay Request

Structure

json
{
  "TournamentId": "<champion-tournament-id>",
  "Rounds": [
    {
      "RoundNumber": "<champion-tournament-id>", // Round 1 - 3
      "Holes": [
        // If unspecified, will use all 18 holes
        {
          "HoleNumber": "number from 1 to 18",
          "Strokes" ["individual stroke numbers eg: 1, 2, 3"]
        }
      ]
    }
  ]
}

NOTE: Query Structure

At least one Team Id or one Player Id or one valid Tournament object must be provided in the request in order for any data to be returned. A combination of more than 1 of these fields is allowed

Fields

TournamentId int

Champion Tournament Id

Rounds object[] optional

List of Champion Rounds (and holes within those rounds) that the request will be scoped down to. If not specified, it will use all rounds and all 18 holes per round