# Team (Squad)

#### Properties for teams:

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique id of a team</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>Team's name - Name of the players playing in a team<br>Example: POLCANOVA Sofia/SZOCS Bernadette</td></tr><tr><td>club<br><a href="#properties-for-club-object"><em><mark style="color:blue;">club[]</mark></em></a></td><td>Team's name - Name of the players playing in a team<br>Example: POLCANOVA Sofia/SZOCS Bernadette of WANG Chuqin (121558)</td></tr><tr><td>category<br><a href="category"><em><mark style="color:blue;">category[]</mark></em></a></td><td>Team's category<br>Example: Men, Women, Youth</td></tr><tr><td>homeTeam<br><em><mark style="color:blue;">boolean</mark></em></td><td>Indicates whether the team is playing at home or away<br>Example: true, false</td></tr></tbody></table>

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

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>The ID of the club.</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>The <a data-footnote-ref href="#user-content-fn-1">name</a>s of player or players in that team.</td></tr></tbody></table>

```
"club": {
        "id": "b996540a-7ca1-4008-b464-e85d2e879d5c",
        "name": "POLCANOVA Sofia/SZOCS Bernadette"
      }
```

[^1]: Examples are\
    \ <mark style="color:orange;">Israel League Cup</mark>
