Vehicle Charging Schedule

List Vehicle Departure Times

Retrieve a list of departure times for the provided vehicle.

Departure times determine when the vehicle needs to charge by, working with the target state of charge, which determines the charging behavior. So for example, if the target state of charge is 80%, the departure time is 10:00, the vehicle is at 70%, and the rate of charge is 10% per hour, the vehicle might start charging at 9:00 to reach 80% by 10:00.

Possible Codes in Error Response (see Errors for error response schema and meaning of codes):

  • AUTHENTICATION_ERROR
  • REQUEST_VALIDATION_ERROR
  • SERVER_ERROR
get/v1/vehicles/{vehicle_id}/departure-times

Path parameters

vehicle_idstring required

Unique internal identifier for the vehicle.

Unique internal identifier for the vehicle.

Response

Successful Response