POST api/Tournament/GetGGTournamentPlayers?signature={signature}&tournamentId={tournamentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
signature

string

Required

tournamentId

string

Required

Body Parameters

None.

Response Information

Resource Description

GGEventDto
NameDescriptionTypeAdditional information
Event

GGTournamentPlayersDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Event": {
    "Name": "sample string 1",
    "EventId": 2,
    "Date": "2026-08-28T18:11:56.7428642-04:00",
    "RegistrationStartsOn": "2026-08-28T18:11:56.7428642-04:00",
    "RegistrationClosesOn": "2026-08-28T18:11:56.7428642-04:00",
    "Groups": [
      {
        "TeeTimeId": 1,
        "CourseId": 2,
        "StartHole": 3,
        "HolesToPlay": 4,
        "TeeTime": "2026-08-28T18:11:56.7428642-04:00",
        "Players": [
          {
            "TeeTimeId": 1,
            "FirstName": "sample string 2",
            "LastName": "sample string 3",
            "Email": "sample string 4",
            "MemberNumber": 5,
            "GuestId": 6,
            "HandicapNetwork": "sample string 7",
            "HandicapNetworkId": "sample string 8",
            "CustomFields": [
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              },
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              }
            ]
          },
          {
            "TeeTimeId": 1,
            "FirstName": "sample string 2",
            "LastName": "sample string 3",
            "Email": "sample string 4",
            "MemberNumber": 5,
            "GuestId": 6,
            "HandicapNetwork": "sample string 7",
            "HandicapNetworkId": "sample string 8",
            "CustomFields": [
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              },
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              }
            ]
          }
        ]
      },
      {
        "TeeTimeId": 1,
        "CourseId": 2,
        "StartHole": 3,
        "HolesToPlay": 4,
        "TeeTime": "2026-08-28T18:11:56.7428642-04:00",
        "Players": [
          {
            "TeeTimeId": 1,
            "FirstName": "sample string 2",
            "LastName": "sample string 3",
            "Email": "sample string 4",
            "MemberNumber": 5,
            "GuestId": 6,
            "HandicapNetwork": "sample string 7",
            "HandicapNetworkId": "sample string 8",
            "CustomFields": [
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              },
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              }
            ]
          },
          {
            "TeeTimeId": 1,
            "FirstName": "sample string 2",
            "LastName": "sample string 3",
            "Email": "sample string 4",
            "MemberNumber": 5,
            "GuestId": 6,
            "HandicapNetwork": "sample string 7",
            "HandicapNetworkId": "sample string 8",
            "CustomFields": [
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              },
              {
                "AgeGroup": "sample string 1",
                "FlightId": 2,
                "FlightRound": 3,
                "FlightRoundId": 4,
                "GroupNumber": 5,
                "GroupPlayerNumber": 6,
                "Status": 7,
                "TeeMarker": "sample string 8",
                "secondaryEmail": "sample string 9"
              }
            ]
          }
        ]
      }
    ]
  }
}