Get charger meter values
x-ms-visibility: "important"
Retrieve a paginated list of meter values for the specified charger.
Path Parameters
ID of the charger whose meter values are to be retrieved.
Query Parameters
Page number to fetch. Default: 1.
Number of records per page. Max value: 100. Default: 100.
Field to be used for sorting. Default: timestamp
Set to 'true' to sort descending based on sort key. Default: 'false'
Start date and time for the meter values. Default: 7 days ago.
End date and time for the meter values. Default: now.
Type of measurement to filter the meter values.
Measurement point to filter the meter values.
Unit of measurement for the meter values.
ID of the socket to filter the meter values.
Phase of the charger.
ID of the transaction to filter the meter values.
ID of the EVSE transaction to filter the meter values.
- 200
- 400
- 401
- 500
Paginated list of meter values for the specified charger.
Schema
- Array [
- ]
items object[]
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"timestamp": "2025-09-04T07:11:42.380Z",
"deviceTimestamp": "2025-09-04T07:11:42.380Z",
"socketId": 0,
"phase": "string",
"unit": "string",
"value": "string",
"measureType": "string",
"measurePoint": "string",
"transactionId": 0,
"evseTransactionId": "string"
}
]
}
Details of the validation error.
Schema
extensions object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
An unexpected error occurred.
Schema
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}