Skip to content

List location chargers

POST
/api/locations/public/{locationId}/chargers

Lists the chargers of a location that either contains public chargers, or is on a namespace accessible to the user.

Parameters

Path Parameters

locationId
required
string

Request Body required

object
where
required
object
type
Any of:
string
Allowed values: Private Public
status
Any of:
string
Allowed values: Available Preparing Charging SuspendedEVSE SuspendedEV Finishing Reserved Unavailable Faulted
plugncharge
boolean
connectors
object
type
Any of:
string
Allowed values: J1772_Type1 Mennekes_Type2 GBT_AC Tesla CCS1 CCS2 CHAdeMO GBT_DC Other
status
Any of:
string
Allowed values: Available Preparing Charging SuspendedEVSE SuspendedEV Finishing Reserved Unavailable Faulted
maxPower
Any of:
number
>= -9007199254740991 <= 9007199254740991
maxCurrent
Any of:
number
>= -9007199254740991 <= 9007199254740991
pagination
object
skip
integer
>= -9007199254740991 <= 9007199254740991
take
integer
>= -9007199254740991 <= 9007199254740991

Responses

200

Response for status ok

object
success
required
boolean
chargers
required
Array
Any of:
object
id
required
string
applicationId
required
string
namespaceId
required
string
locationId
string
userId
required
string
type
required
string
Allowed values: Private Public
name
required
string
createdAt
required
string format: date-time
updatedAt
required
string format: date-time
tier
required
string
Allowed values: free enterprise
requireTLS
boolean
disableCharging
boolean
basicAuthPassword
string
initialized
required
boolean
lastHeartbeat
vendor
model
connectors
metadata
configuration
profiles
localAuthList
plugncharge
provisioned
expectIdTag
status
statusSince
error
nextKeycardAction
tierExpiry
connectionUrl
ocppVersion
ipAddress
userAgent
connectedSince
disconnectedSince
tlsVersion
ipWhitelist
string
asnWhitelist
string
firmwareUpdateStatus
diagnosticsUploadStatus
diagnosticsId
diagnosticsIdExpiry
count
required
integer
<= 9007199254740991

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