GET api/energyBalance/times

Retrieves the available years in the data source.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Time
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 202500,
    "Name": "2025"
  },
  {
    "Id": 202400,
    "Name": "2024"
  }
]