Return an array of all chargers
x-ms-visibility: "important"
Return an array of all chargers
Responses
- 200
- 400
- 401
Return the JSON representation of all chargers with related groupId and groupName fields
application/json
Schema
Example (from schema)
example
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
id int64 nullable
chargerId string
chargerName string
groupId int64
groupName string
firmwareVersion string nullable
publicGroupName string nullable
manufacturer string nullable
serialNumber string nullable
chargerModel string nullable
amountOfSockets int32 deprecated
lastSeen date-time
lastMessage string nullable
activeConnection boolean
chargerStatus string
locationInfo object
latitude double
longitude double
streetAddress string nullable
streetNumber string
houseLetter string nullable
postalNumber string
city string nullable
area string nullable
country string nullable
pushIntegrationEnabled boolean
chargerSpecificMessageStructure boolean
chargerConfigurations object[] nullable
configName string
configValue string
canBeChanged boolean
sockets object[] nullable
type string nullable
maxPower string nullable
status string
id int32
name string
deviceEvseId int32 nullable
deviceConnectorId int32 nullable
format string nullable
socketPowerType string nullable
maxWatts int32 nullable
maxVoltage int32 nullable
maxAmperage int32 nullable
phaseRotation string nullable
termsAndConditions uri nullable
lastUpdated date-time
chargingStationEvseId int32 nullable
evseId string
Syntax according to eMI3 standard, for example: FRA23E45B*78C
splitEvseBySocket boolean
if false, EVSE UID = chargerId; if true, EVSE UID = chargerId + socketId
capabilities string[]
physicalReference string nullable
integrationRelays string[] nullable
iccid string nullable
imsi string nullable
meterSerialNumber string nullable
meterType string nullable
customProperties object nullable
property name* string
[
{
"id": 0,
"chargerId": "string",
"chargerName": "string",
"groupId": 0,
"groupName": "string",
"firmwareVersion": "string",
"publicGroupName": "string",
"manufacturer": "string",
"serialNumber": "string",
"chargerModel": "string",
"lastSeen": "2024-10-10T06:49:37.332Z",
"lastMessage": "string",
"activeConnection": true,
"chargerStatus": "string",
"locationInfo": {
"latitude": 0,
"longitude": 0,
"streetAddress": "string",
"streetNumber": "string",
"houseLetter": "string",
"postalNumber": "string",
"city": "string",
"area": "string",
"country": "string"
},
"pushIntegrationEnabled": true,
"chargerSpecificMessageStructure": true,
"chargerConfigurations": [
{
"configName": "string",
"configValue": "string",
"canBeChanged": true
}
],
"sockets": [
{
"type": "string",
"maxPower": "string",
"status": "string",
"id": 0,
"name": "string",
"deviceEvseId": 0,
"deviceConnectorId": 0,
"format": "string",
"socketPowerType": "string",
"maxWatts": 0,
"maxVoltage": 0,
"maxAmperage": 0,
"phaseRotation": "string",
"termsAndConditions": "string",
"lastUpdated": "2024-10-10T06:49:37.332Z",
"chargingStationEvseId": 0
}
],
"evseId": "string",
"splitEvseBySocket": true,
"capabilities": [
"string"
],
"physicalReference": "string",
"integrationRelays": [
"string"
],
"iccid": "string",
"imsi": "string",
"meterSerialNumber": "string",
"meterType": "string",
"customProperties": {}
}
]
[{"id":1,"chargerId":"charger1","chargerName":"TestCharger 1","groupId":122,"groupName":"Test Site 1","firmwareVersion":"1.0","manufacturer":"Company Name","serialNumber":"123","chargerModel":"X209","amountOfSockets":1,"lastSeen":"2022-05-18T11:03:29.044676Z","lastMessage":"[1, \"684631\", \"Heartbeat\", {}]","activeConnection":true,"chargerStatus":"Available","locationInfo":"Location info object","pushIntegrationEnabled":true,"chargerSpecificMessageStructure":false,"chargerConfigurations":"List of charger configurations or null","sockets":"List of socket objects","evseId":"string or null","splitEvseBySocket":false,"capabilities":"List or null","integrationRelays":"List or null","iccid":"string or null","imsi":"string or null","meterSerialNumber":"string or null","meterType":"string or null","customProperties":"List or null"}]
Exception occured
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...