Projects

List the forecast generation energy datums for a project

get

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

Authorizations
Path parameters
projectIdstringRequired

The ID of the project to get the datums for

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/projects/{projectId} HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "projectDatums": {
    "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-16T04:54:35.120Z",
    "localEndDate": "2025-09-16T04:54:35.120Z"
  },
  "aggregation": "year"
}