Skip to content

GET/tournaments/:id/courts

Also known as: tables

This endpoint retrieves a list of courts associated with a specific tournament.

Parameter In Example
id path tio:4AHchFkVAecs2
includeMatchDetails query true
[
{
"id": "tio:XBZxd1GA3Kog9",
"number": 1,
"name": "1"
},
{
"id": "tio:dLUOkXt5oHEvq",
"number": 2,
"name": "2",
"currentMatchId": "tio:dWT5oSbv2kYQg"
},
{
"id": "tio:5k35E1vfm3IwG",
"number": 3,
"name": "3"
},
...
]