Projects
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 · 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/predicted/projects/{projectId}GET /energy/datums/generation/predicted/projects/{projectId}?start=2025-11-02T05%3A41%3A30.180Z&end=2025-11-02T05%3A41%3A30.180Z 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-11-02T05:41:30.180Z",
"localEndDate": "2025-11-02T05:41:30.180Z"
},
"aggregation": "year"
}