Provides access to the projects status using the dashboard authorizer
GET //dashboard/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-04-30T07:46:48.579Z",
"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-04-30T07:46:48.579Z"
}
},
"status": "text",
"nodesSatus": [
{
"nodeId": 1,
"sourceId": "text",
"reading": 1,
"latestDatumDate": "2025-04-30T07:46:48.579Z",
"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-04-30T07:46:48.579Z",
"watts": 1,
"current": 1,
"apparentPower": 1,
"reactivePower": 1,
"voltage": 1,
"frequency": 1,
"powerFactor": 1,
"status": "text"
}
],
"status": "text"
}
]
}