Get ongoing charging sessions by charger ID
x-ms-visibility: "important"
Retrieve ongoing charging sessions by charger ID.
Path Parameters
chargerId string required
ID of the charger to retrieve.
Responses
- 200
- 400
- 401
Details of the requested charging sessions.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
sessions object[]
socketId int32
evseTransactionId string
authorizedIdTag string
origin string
startTime date-time
meterValues object[]
timestamp date-time
deviceTimestamp date-time
unit string
value string
measureType string
{
"sessions": [
{
"socketId": 0,
"evseTransactionId": "string",
"authorizedIdTag": "string",
"origin": "string",
"startTime": "2025-04-10T07:03:12.595Z",
"meterValues": [
{
"timestamp": "2025-04-10T07:03:12.595Z",
"deviceTimestamp": "2025-04-10T07:03:12.595Z",
"unit": "string",
"value": "string",
"measureType": "string"
}
]
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...