List WebSocket connections to a charger
GET
/api/chargers/{chargerId}/connections
Get /api/chargers/:chargerId/connections
Parameters
Path Parameters
chargerId
required
string
Request Body required
Responses
200
Response for status ok
object
success
required
boolean
connections
required
Array<object>
object
ocppVersion
required
string
charger
required
object
id
required
string
locationId
string
namespaceId
required
string
applicationId
required
string
connection
required
object
userAgent
required
string
ipAddress
required
string
403
Response for status forbidden
object
success
required
boolean
message
required
string
404
Response for status notFound
object
success
required
boolean
message
required
string
500
Response for status internalServerError
object
success
required
boolean
message
required
string