GET api/CurrentSeason

Liefert das Jahr der aktuellen Saison. Die aktuelle Saison dauert vom 01.03. bis zum 28./29.02. des Folgejahres Für den 15.02. wird also das Vorjahr zurück gegeben. Für den 15.03. das aktuelle Jahr

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CurrentSeason
NameDescriptionTypeAdditional information
CurrentSeason

Aktuelle Saison (z.B. 2016)

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrentSeason": 1
}

application/xml, text/xml

Sample:
<CurrentSeason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LigaDB70.Models.Api.Ligen">
  <CurrentSeason>1</CurrentSeason>
</CurrentSeason>