Most recent

List the most recent SolarNetwork datums

get

List the most recent SolarNetwork datums all projects

Authorizations
Responses
200

successful operation

application/json
get
GET //energy/datums/most-recent HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "datums": [
    {
      "created": "2025-09-16T08:06:04.090Z",
      "nodeId": 1,
      "sourceId": "text",
      "ANY_ADDITIONAL_PROPERTY": 1
    }
  ]
}