Predicted
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 · enumOptionalPossible values:
The aggregation to group the datums by
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/energy/datums/generation/predictedGET /energy/datums/generation/predicted?start=2025-11-02T05%3A26%3A35.684Z&end=2025-11-02T05%3A26%3A35.684Z 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-11-02T05:26:35.684Z",
"localEndDate": "2025-11-02T05:26:35.684Z"
},
"aggregation": "year"
}