Projects

List the cumulative energy datums for a project

get

List the cumulative energy datums for a specified cumulativefor a project

Authorizations
Path parameters
projectIdstringRequired

The ID of the project

Query parameters
cumulativestring · date-timeRequired

The unit to cumulate the datums by, one of 'year' or 'month'

cumulativeDatestring · date-timeRequired

The month to cumulate datums for if cumulating by month

Responses
200

successful operation

application/json
get
/energy/datums/cumulative/projects/{projectId}
GET /energy/datums/cumulative/projects/{projectId}?cumulative=2025-10-30T16%3A19%3A52.241Z&cumulativeDate=2025-10-30T16%3A19%3A52.241Z HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
  "cumulationDate": "text",
  "cumulation": "year",
  "aggregation": "month",
  "sourceIds": [
    "text"
  ],
  "project": "text",
  "datums": {
    "range": {
      "localStartDate": "2025-10-30T16:19:52.241Z",
      "localEndDate": "2025-10-30T16:19:52.241Z"
    },
    "year": "text",
    "month": "text",
    "sources": {
      "ANY_ADDITIONAL_PROPERTY": {
        "day": "text",
        "month": "text",
        "wattHours": "text",
        "cumulativeWattHours": "text"
      }
    }
  }
}