Seasons
Dates
Gets the season dates for each calendar year which is setup from the dateToCheckFrom
Parameters
Name
Type
Required
Description
id
Int32
✓
The id of the season
dateToCheckFrom
DateTime
✓
The date to check from
Returns
Type:
List of
SeasonDateWithDateModel
Description:
A list of calendar years and their season dates
Http Method:
GET
Url:
api/Seasons/Dates?id={id}&dateToCheckFrom={dateToCheckFrom}