[GET] ongoingChargingSessions
/api/driver/ongoingChargingSessions
OngoingChargingSessionsResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
ongoing_sessions |
List[OngoingChargingSessionsDTO]
|
List of ongoing charging session |
OngoingChargingSessionsDTO
Attributes:
Name | Type | Description |
---|---|---|
site_name_alias |
str
|
Front end friendly version of site name |
site_id |
int
|
Site ID of the transaction |
transaction_id |
str
|
Transaction ID of the ongoing charging session |
time_start |
str
|
Start time of the ongoing charging session |
charger_id |
str
|
Charger ID of the Charger |
conn_id |
int
|
Connector ID of the ongoing charging session |
Important Note:
This endpoint only requires the Authorization
header to be set.