Chevrolet and Cadillac
Charge Completion Time
When the vehicle is charging, 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
/
{id}
/
{make}
/
charge
/
completion
This endpoint is currently available for cadillac
and chevrolet
.
Permission
read_charge
Request
vehicle_id
of the vehicle you are making the request to.
The make to pass in the URL.
Response
An ISO8601 formatted datetime (YYYY-MM-DDTHH:mm:ss.SSSZ
) for the time at which the vehicle expects to complete this charging session.
Was this page helpful?