Team (Squad)

Represents a team's details in the Squads feed.

Properties for teams:

id uuid

Unique id of a team

name string

Team's name - Name of the players playing in a team Example: POLCANOVA Sofia/SZOCS Bernadette

club club[]

Team's name - Name of the players playing in a team Example: POLCANOVA Sofia/SZOCS Bernadette of WANG Chuqin (121558)

category category[]

Team's category Example: Men, Women, Youth

homeTeam boolean

Indicates whether the team is playing at home or away Example: true, false

Example:

"teams": [
    {
      "id": "308a69ec-6774-4f89-9095-af5e18f53a6e",
      "name": "POLCANOVA Sofia/SZOCS Bernadette",
      "club": {
        "id": "b996540a-7ca1-4008-b464-e85d2e879d5c",
        "name": "POLCANOVA Sofia/SZOCS Bernadette"
      },
      "category": {
        "id": 2,
        "name": "Women"
      },
      "homeTeam": true
    }

Properties for club object

id uuid

The ID of the club.

name string

The names of player or players in that team.

Last updated

Was this helpful?