POST api/Tournament/GetTournamentPlayers?signature={signature}&eventId={eventId}&playerStatus={playerStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signature | string |
Required |
|
| eventId | integer |
Required |
|
| playerStatus | string |
Default value is ALL |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTournamentPlayersDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayerExternalId | integer |
None. |
|
| Rounds | Collection of PlayerTournamentRound |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlayerExternalId": 1,
"Rounds": [
{
"Round": 1,
"TeeTime": "sample string 2",
"AgeGroup": "sample string 3"
},
{
"Round": 1,
"TeeTime": "sample string 2",
"AgeGroup": "sample string 3"
}
]
},
{
"PlayerExternalId": 1,
"Rounds": [
{
"Round": 1,
"TeeTime": "sample string 2",
"AgeGroup": "sample string 3"
},
{
"Round": 1,
"TeeTime": "sample string 2",
"AgeGroup": "sample string 3"
}
]
}
]