curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/schedule" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "chargeSchedules": [ { "end": "2020-01-01T02:00:00.000Z", "start": "2020-01-01T01:00:00.000Z", "days": [ "MONDAY", "WEDNESDAY", "FRIDAY" ] } ] }
Returns the charging schedule of a vehicle. The response contains the start time and departure time of the vehicle’s charging schedule.
nissan
MyNISSAN
read_charge
Show child attributes
Was this page helpful?