Energy production plan - annually


GET https://isom.okte.sk/api/v1/statistics/production/plan/yearly

Parameters

:dateFrom
required
Date ISO 8601
Start date of the selected range
:dateTo
required
Date ISO 8601
End date of the selected range

Example

GET https://isom.okte.sk/api/v1/statistics/production/plan/yearly?datefrom=2020-01-01&dateto=2027-12-31[
  {
    "production": 204660.536,
    "dateFrom": "2024-01-01",
    "dateTo": "2024-12-31"
  },
  {
    "production": 223543.16,
    "dateFrom": "2025-01-01",
    "dateTo": "2025-12-31"
  }
]

Response fields description

Field Description Format
dateFrom Start date of the date range Date ISO 8601
dateTo End date of the date range Date ISO 8601
production Planned production (MWh)  Float number