Expected
List the expected 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/expectedGET /energy/datums/generation/expected?start=2025-11-01T21%3A04%3A02.115Z&end=2025-11-01T21%3A04%3A02.115Z HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"projects": {
"expectedGeneration": 1,
"irradianceHours": 1,
"aggregatedTotals": {
"ANY_ADDITIONAL_PROPERTY": {
"expectedGeneration": 1
}
},
"sites": {
"ANY_ADDITIONAL_PROPERTY": {
"expectedGeneration": 1,
"irradianceHours": 1,
"aggregatedTotals": {
"ANY_ADDITIONAL_PROPERTY": {
"expectedGeneration": 1
}
},
"systems": {
"ANY_ADDITIONAL_PROPERTY": {
"expectedGeneration": 1,
"irradianceHours": 1,
"aggregatedTotals": {
"ANY_ADDITIONAL_PROPERTY": {
"expectedGeneration": 1
}
}
}
}
}
}
},
"range": {
"localStartDate": "2025-11-01T21:04:02.115Z",
"localEndDate": "2025-11-01T21:04:02.115Z"
},
"aggregation": "year"
}