list_seasons
GET /list_seasons
To get a list of seasons.
/list_seasons?token=XXXXX
| field |
description |
| token |
Credentials provided by Powersoft that allow access to the API |
Returns
{
"api_response": {
"response_code": "1",
"response_msg": "OK",
"response_id": ""
},
"list_seasons": [
{
"season_code_365": "2013S",
"season_name": "2013 SUMMER",
"season_secondary_code": "",
"active_season": true
},
{
"season_code_365": "2013W",
"season_name": "2013 WINTER",
"season_secondary_code": "",
"active_season": false
}
]
}