GET api/AllSeasons?region={region}
Listet alle Jahre in denen Ringerligenergebnisse vorhanden sind. In der aktuelle Version wird der Parameter auf
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| region |
Wenn nicht angegeben wird die aktuelle Saison verwendet. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of AllSeasons| Name | Description | Type | Additional information |
|---|---|---|---|
| Season | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Season": 1
},
{
"Season": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfAllSeasons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LigaDB70.Models.Api.Ligen">
<AllSeasons>
<Season>1</Season>
</AllSeasons>
<AllSeasons>
<Season>1</Season>
</AllSeasons>
</ArrayOfAllSeasons>