List the cumulative energy datums for a specified cumulativefor a project
The ID of the project
The unit to cumulate the datums by, one of 'year' or 'month'
The month to cumulate datums for if cumulating by month
GET //energy/datums/cumulative/projects/{projectId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "cumulationDate": "text", "cumulation": "year", "aggregation": "month", "sourceIds": [ "text" ], "project": "text", "datums": { "range": { "localStartDate": "2025-04-30T08:16:27.922Z", "localEndDate": "2025-04-30T08:16:27.922Z" }, "year": "text", "month": "text", "sources": { "ANY_ADDITIONAL_PROPERTY": { "day": "text", "month": "text", "wattHours": "text", "cumulativeWattHours": "text" } } } }