Skip to content

Champion Request - Round

Definition

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

Structure

json
{
  "RoundNumber": "<champion-tournament-id>", // Round 1 - 3
  "Holes": [
    {
      "HoleNumber": "number from 1 to 18",
      "Strokes" ["individual stroke numbers eg: 1, 2, 3"]
    }
  ]
}

Fields

RoundNumber int

Round Number from 1-3

Holes object[] optional

List of Holes for the specified round number the that the request will be scoped down to. If not specified, it will use all 18 holes