Chargers
Get Charger
Returns the specified charger
GET
/
teams
/
{team_id}
/
chargers
/
{charger_id}
Request
team_id
integer
requiredThe id of the team
charger_id
integer
requiredThe id of the charger
Response
id
integer
The identifier of the charger
identity
string
The identity of the charger
connection_status
ConnectionStatus
The connection status of the charger
status
?Status
The status of the charger
error
?Error
The error status of the charger
error_info
?string
Extra error information for the charger
created_at
string
The date the charger was created
updated_at
string
The date the charger was last updated
connectors
ChargerConnector[]
Array of connectors
Was this page helpful?