Squad
Represents the player information of a squad.
Properties for squad:
Example:
{
"id": "3b1a84af-15ce-4789-918f-97e12f197e82",
"season": {
"id": "c2cf7957-ed3e-4616-a537-0a0b164baf97",
"name": "WTT Contender Skopje - Mixed Doubles 2025"
},
"team": {
"id": "6ca1e2b5-8d68-4897-8b30-ccd257c597a9",
"name": "LEVAJAC Dimitrije/LUPULESKU Izabela"
},
"players": [
{
"id": "c86c6815-bb55-4c53-8a9d-46a47bdcf464",
"fullName": "Dimitrije LEVAJAC",
"firstName": "Dimitrije",
"lastName": "LEVAJAC",
"location": {
"name": "Serbia",
"country": {},
"continent": {
"name": "Europe"
}
},
"verified": true
},
{
"id": "eeef2351-6043-4a08-8656-d8cf09192e64",
"fullName": "Izabela LUPULESKU",
"firstName": "Izabela",
"lastName": "LUPULESKU",
"location": {
"name": "Serbia",
"country": {},
"continent": {
"name": "Europe"
}
},
"verified": true
}
]
}Properties for season
Name
Type
Description
id
uuid
season Id
name
string
name of the season
Example:
Properties for team
Name
Type
Description
id
uuid
Id of the team
name
string
name of the team
Example:
Properties for players
Name
Type
Description
id
uuid
Id of the player
fullName
string
full name of player
firstName
string
first name of player
lastName
string
last name of player
location
object
location of where the player is from
verified
boolean
if the player is verfied or not
Example:
Last updated
Was this helpful?