Skip to content

[GET] siteChargers

/api/manager/siteChargers

SiteChargersRequestDTO

Attributes:

Name Type Description
site_id str

unique id assigned to the site

SiteChargersResponseDTO

Attributes:

Name Type Description
charger_list List[SiteChargerDTO]

list of chargers and their corresponding connector statuses in the format of SiteChargerDTO

SiteChargerDTO

Attributes:

Name Type Description
name str

name of the charger

id str

charger id

pricing_profile int

associated pricing profile id of the charger

kw_rating float

maximum charging capacity of the charger

brand str

brand of the charger

charger_status ConnectorStatusEnum

status of the charger (Available/Offline/etc)

conn_status List[ConnStatusDTO]

list of connector statuses and conn type

ConnStatusDTO

Attributes:

Name Type Description
active_user Optional[str]

full name of the driver if available and if both are empty string return driver's id. Otherwise, it is null

transaction_id Optional[str]

transaction id if available, otherwise null

is_app Optional[bool]

true if the driver used the app to charge false if rfid, otherwise null

type str

connector type

status str

connector status