Get meter value history of the charger
x-ms-visibility: "important"
This method returns the meter value history of the charger
Path Parameters
chargerId string required
This is globally an unique ID for the charger
application/json
Request Body
startTime date-time nullable
stopTime date-time nullable
chargerIDs string[]
unit string
latest boolean nullable
Responses
- 200
- 400
- 401
meter values from the charger on selected interval. Max 10000 meter values are included
application/json
Schema
Example (from schema)
Schema
results object[]
{
"results": [
{
"chargerId": "string",
"socketId": 0,
"transactionRelatedTo": 0,
"timeStamp": "2025-03-31T07:22:21.014Z",
"value": "string",
"phase": "string",
"unit": "string",
"context": "string",
"type": "string",
"evseTransactionRelatedTo": "string"
}
]
}
Something went wrong
Not authorised
POST /charger/measurements/:chargerId
Authorization
name: codetype: apiKeyin: query
Request
Request
curl / cURL
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
python / requests
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
go / native
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
nodejs / axios
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
ruby / Net::HTTP
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
csharp / RestSharp
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
php / cURL
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
java / OkHttp
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'
powershell / RestMethod
curl -L -X POST 'https://api.emabler.net/api/charger/measurements/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain' \
--data-raw '{
"startTime": "2025-03-31T07:22:20.708Z",
"stopTime": "2025-03-31T07:22:20.708Z",
"chargerIDs": [
"string"
],
"unit": "string",
"latest": true
}'