# Team (Squad)

## Properties

<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<br>Example: <mark style="color:orange;">Boston Celtics</mark></td></tr><tr><td>category<br><a href="/pages/Ce0l6adEy4UoRsIrpSBn"><em><mark style="color:blue;">Category</mark></em></a></td><td>Team's category<br>Example: <mark style="color:orange;">Men, Women, Youth</mark></td></tr><tr><td>club<br><a href="/pages/lYTAtWa0ItgYGtoTXVMk"><em><mark style="color:blue;">Club</mark></em></a></td><td>More details about the club the team belongs to</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: <mark style="color:orange;">true</mark>, <mark style="color:orange;">false</mark></td></tr></tbody></table>

```json
{
    "id": "114aa40d-6895-48b9-9bfe-0abecc9d10c9",
    "name": "Hapoel Tel Aviv",
    "club": {
        "id": "3bf65514-d1b3-4768-8119-cee69b574734",
        "name": "HAPOEL TEL AVIV"
        },
    "category": {
        "id": 1,
        "name": "Men"
        },
    "homeTeam": true
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/volleyball/objects/static-objects/team-squad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
