v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Chevrolet

Retrieve charging completion time for a Chevrolet.

Description

When the vehicle is charging, this endpoint returns the date and time the vehicle expects to complete this charging session. When the vehicle is not charging, this endpoint results in a vehicle state error.

get/vehicles/{vehicle_id}/chevrolet/charge/completion

Response

returns the date and time the vehicle expects to "complete" this charging session.

timestring date-time

The date and time the vehicle expects to complete this charging session.

Example response

{
  "time": "2020-01-01T12:00:00Z"
}