Provides access to the projects status using the dashboard authorizer
/dashboard/status
curl -L \
--url 'https://api.ecosuite.io//dashboard/status' \
--header 'Authorization: YOUR_API_KEY'
{
"projects": [
{
"code": "text",
"name": "text",
"status": "text",
"nodesSatus": [
{
"nodeId": 1,
"sourceId": "text",
"reading": 1,
"latestDatumDate": "2025-02-24T00:07:34.035Z",
"watts": 1,
"current": 1,
"apparentPower": 1,
"reactivePower": 1,
"voltage": 1,
"frequency": 1,
"powerFactor": 1,
"status": "text"
}
],
"sites": {
"ANY_ADDITIONAL_PROPERTY": {
"code": "text",
"name": "text",
"status": "text",
"nodesSatus": [
{
"nodeId": 1,
"sourceId": "text",
"reading": 1,
"latestDatumDate": "2025-02-24T00:07:34.035Z",
"watts": 1,
"current": 1,
"apparentPower": 1,
"reactivePower": 1,
"voltage": 1,
"frequency": 1,
"powerFactor": 1,
"status": "text"
}
],
"systems": {
"ANY_ADDITIONAL_PROPERTY": {
"code": "text",
"name": "text",
"dcSize": 1,
"acSize": 1,
"status": "text",
"watts": 1,
"current": 1,
"apparentPower": 1,
"reactivePower": 1,
"lineVoltage": 1,
"frequency": 1,
"powerFactor": 1,
"latestReadingDate": "2025-02-24T00:07:34.035Z",
"sources": [
{}
],
"nodesStatus": [
{
"nodeId": 1,
"sourceId": "text",
"reading": 1,
"latestDatumDate": "2025-02-24T00:07:34.035Z",
"watts": 1,
"current": 1,
"apparentPower": 1,
"reactivePower": 1,
"voltage": 1,
"frequency": 1,
"powerFactor": 1,
"status": "text"
}
],
"devices": [
{
"sourceId": "text",
"dcSize": 1,
"acSize": 1
}
]
}
}
}
}
}
]
}
successful operation