Charge Records
Returns data associated with completed charging sessions for a vehicle. Limited to the last 30 days or when the owner first granted your application access, which ever is shorter.
This endpoint is currently available for bmw
and mini
Permission
read_charge_records
Request
Path
The vehicle ID of the vehicle you are making a request to.
The make of the vehicle you are making a request to.
Query
Date of the first record to return in YYYY-MM-DD format. Defaults to 30 days prior or when the owner first granted your application access, whichever is shorter.
Date of the final record to return in YYYY-MM-DD format. Defaults to the date of the request.
Response
An array of charge records for the vehicle.
The start date of the charging record, formatted in ISO 8601 standard
The end date of the charging record, formatted in ISO 8601 standard
Location of the charge session.
The amount of energy consumed during the charging session.
Indicates whether the charging location is public or not.
The remaining battery soc at the start of the charging session.
The remaining battery soc at the end of the charging session.
The type of charger used for the session.
Was this page helpful?