Endpoint referenceTournament
/tournament/{id}/seasons
Path Parameters
id*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/tournament/string/seasons"{ "$schema": "https://example.com/schemas/TournamentSeasonsOKBody.json", "data": [ { "$schema": "https://example.com/schemas/Seasons.json", "editor": true, "id": 0, "name": "string", "tournamentId": 0, "uniqueTournamentId": 0, "year": "string" } ]}