get
https://api.genability.com/rest/public/seasons
Retrieve season groups for a given load serving entity.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve season groups for a given Load Serving Entity (LSE).
Use this endpoint to get the utility-defined seasonal date ranges used by seasonal tariff rates. The response returns SeasonGroup objects, each containing one or more Season objects.
Resource URI
GET /rest/public/seasonsQuery parameters
| Parameter | Type | Description |
|---|---|---|
lseId | Long | LSE ID whose seasons you want to retrieve. Required. |
For the full Season and SeasonGroup data models, see Seasons.
Example
GET /rest/public/seasons?lseId=734A successful response returns a standard response payload with type set to SeasonGroup and results containing season groups for the requested LSE.
