Get the utilization rate of chargers
x-ms-visibility: "important"
Retrieve the utilization rate of chargers.
Query Parameters
Start timestamp for the period to be fetched. Default: 7 days ago.
End timestamp for the period to be fetched. Default: Now.
Array of site IDs to filter the results.
Array of charger IDs to filter the results.
Array of socket IDs to filter the results.
Array of manufacturers to filter the results.
Array of charger models to filter the results.
Array of firmware versions to filter the results.
Set to 'true' to include subsites in the results. Default: false
Page to be fetched. Default: 1
Limit (No. of records per page). Default: 100
Sort field to be used (Default: Timestamp)
Set to 'true' to sort descending based on sort key (Default: true)
- 200
- 400
- 401
Utilization rate of chargers.
Schema
- Array [
- ]
items object[]
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"timestamp": "2025-05-28T10:55:51.169Z",
"chargerId": "string",
"chargerName": "string",
"socketId": 0,
"utilizationRate": 0,
"manufacturer": "string",
"chargerModel": "string",
"firmwareVersion": "string"
}
]
}
Invalid request parameters
Schema
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized