Squad
Represents the player information of a squad.
Properties for squad:
{
"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
Properties for team
Name
Type
Description
Properties for players
Name
Type
Description
Last updated
Was this helpful?