Get a charging intent by id
GET
/api/charging-intents/{chargingIntentId}
Get /api/charging-intents/:chargingIntentId
Parameters
Path Parameters
chargingIntentId
required
string format: uuid
Request Body required
Responses
200
Response for status ok
object
success
required
boolean
chargingIntent
required
object
id
required
string format: uuid
idTag
required
string
chargerId
required
string
connectorId
integer
chargingSessionId
string
userId
string
type
required
string
startType
required
string
details
object
pushNotificationPreferences
object
afterEnergy
number
afterDuration
number
afterPrice
string
createdAt
required
string format: date-time
updatedAt
required
string format: date-time
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