Status

Lists the projects status

get

Provides access to the projects status

Authorizations
Responses
200

successful operation

application/json
get
GET //energy/status HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "projects": [
    {
      "code": "text",
      "name": "text",
      "sites": {
        "ANY_ADDITIONAL_PROPERTY": {
          "code": "text",
          "name": "text",
          "systems": {
            "ANY_ADDITIONAL_PROPERTY": {
              "code": "text",
              "name": "text",
              "dcSize": 1,
              "acSize": 1,
              "devices": [
                {
                  "sourceId": "text",
                  "dcSize": 1,
                  "acSize": 1
                }
              ],
              "sources": [
                {}
              ],
              "nodesStatus": [
                {
                  "nodeId": 1,
                  "sourceId": "text",
                  "reading": 1,
                  "latestDatumDate": "2025-09-16T12:56:40.433Z",
                  "watts": 1,
                  "current": 1,
                  "apparentPower": 1,
                  "reactivePower": 1,
                  "voltage": 1,
                  "frequency": 1,
                  "powerFactor": 1,
                  "status": "text"
                }
              ],
              "status": "text",
              "watts": 1,
              "current": 1,
              "apparentPower": 1,
              "reactivePower": 1,
              "lineVoltage": 1,
              "frequency": 1,
              "powerFactor": 1,
              "latestReadingDate": "2025-09-16T12:56:40.433Z"
            }
          },
          "status": "text",
          "nodesSatus": [
            {
              "nodeId": 1,
              "sourceId": "text",
              "reading": 1,
              "latestDatumDate": "2025-09-16T12:56:40.433Z",
              "watts": 1,
              "current": 1,
              "apparentPower": 1,
              "reactivePower": 1,
              "voltage": 1,
              "frequency": 1,
              "powerFactor": 1,
              "status": "text"
            }
          ]
        }
      },
      "nodesSatus": [
        {
          "nodeId": 1,
          "sourceId": "text",
          "reading": 1,
          "latestDatumDate": "2025-09-16T12:56:40.433Z",
          "watts": 1,
          "current": 1,
          "apparentPower": 1,
          "reactivePower": 1,
          "voltage": 1,
          "frequency": 1,
          "powerFactor": 1,
          "status": "text"
        }
      ],
      "status": "text"
    }
  ]
}