# Season

## Properties

<table data-header-hidden><thead><tr><th width="178">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique ID for this season. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>The season's <a data-footnote-ref href="#user-content-fn-1">name</a>.</td></tr><tr><td>startDateUTC<br><em><mark style="color:blue;">timestamp</mark></em></td><td><a data-footnote-ref href="#user-content-fn-2">Timestamp</a> of when the season is scheduled to start, in RFC 3339 format.</td></tr><tr><td>endDateUTC<br><em><mark style="color:blue;">timestamp</mark></em></td><td><a data-footnote-ref href="#user-content-fn-3">Timestamp</a> of when the season is scheduled to end, in RFC 3339 format.</td></tr><tr><td>competition<br><a href="/pages/gztb24sLutEecEaXY3k9"><em><mark style="color:blue;">Competition</mark></em></a> <a href="/pages/gztb24sLutEecEaXY3k9"><mark style="color:blue;">[]</mark></a></td><td>A list of competition's played within the season.</td></tr><tr><td>stage<br><a href="/pages/R95OMkx8SOXjz0tmxboF"><mark style="color:blue;">Stage []</mark></a></td><td>Location details of the season.</td></tr><tr><td>sport<br><em><mark style="color:blue;">string</mark></em></td><td>Indicates the type of sport. Possible values:<br>"Volleyball" (indoors)<br>"Beach Volleyball"<br>"Snow Volleyball"</td></tr></tbody></table>

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

[^2]: Examples for January 25th, 2020

    6:25:34pm\
    \
    Pacific Standard Time:

    <mark style="color:orange;">UTC: 2020-01-26T02:25:34Z</mark>

    \
    Pacific Standard Time with UTC offset:

    <mark style="color:orange;">2020-01-25T18:25:34-08:00</mark>

[^3]: Examples for January 25th, 2020

    6:25:34pm\
    \
    Pacific Standard Time:

    <mark style="color:orange;">UTC: 2020-01-26T02:25:34Z</mark>

    \
    Pacific Standard Time with UTC offset:

    2020-01-25T18:25:34-08:00


---

# 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/season.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.
