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
GET //energy/datums/cumulative/projects/{projectId} 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-09-16T12:52:32.532Z",
      "localEndDate": "2025-09-16T12:52:32.532Z"
    },
    "year": "text",
    "month": "text",
    "sources": {
      "ANY_ADDITIONAL_PROPERTY": {
        "day": "text",
        "month": "text",
        "wattHours": "text",
        "cumulativeWattHours": "text"
      }
    }
  }
}