Predicted

List the forecast generation energy datums for all projects

get

List the forecast generation energy datums for a specified date range and aggregate for all projects

Authorizations
Query parameters
startstring · date-timeRequired

The inclusive start date

endstring · date-timeRequired

The exclusive end date

aggregationstring · enumOptional

The aggregation to group the datums by

Possible values:
Responses
200

successful operation

application/json
get
GET //energy/datums/generation/predicted HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "projects": {
    "ANY_ADDITIONAL_PROPERTY": {
      "predictedGeneration": 1,
      "simpleForecastGeneration": 1,
      "irradianceForecastGeneration": 1,
      "acEnergyForecastGeneration": 1,
      "aggregatedTotals": {
        "ANY_ADDITIONAL_PROPERTY": {
          "predictedGeneration": 1,
          "simpleForecastGeneration": 1,
          "irradianceForecastGeneration": 1,
          "acEnergyForecastGeneration": 1
        }
      },
      "sites": {
        "ANY_ADDITIONAL_PROPERTY": {
          "predictedGeneration": 1,
          "simpleForecastGeneration": 1,
          "irradianceForecastGeneration": 1,
          "acEnergyForecastGeneration": 1,
          "aggregatedTotals": {
            "ANY_ADDITIONAL_PROPERTY": {
              "predictedGeneration": 1,
              "simpleForecastGeneration": 1,
              "irradianceForecastGeneration": 1,
              "acEnergyForecastGeneration": 1
            }
          },
          "systems": {
            "ANY_ADDITIONAL_PROPERTY": {
              "predictedGeneration": 1,
              "simpleForecastGeneration": 1,
              "irradianceForecastGeneration": 1,
              "acEnergyForecastGeneration": 1,
              "aggregatedTotals": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "predictedGeneration": 1,
                  "simpleForecastGeneration": 1,
                  "irradianceForecastGeneration": 1,
                  "acEnergyForecastGeneration": 1
                }
              }
            }
          }
        }
      }
    }
  },
  "range": {
    "localStartDate": "2025-09-16T00:21:30.106Z",
    "localEndDate": "2025-09-16T00:21:30.106Z"
  },
  "aggregation": "year"
}