Introduction
A ChargeEvent summarizes important details about EV charging: where vehicles have been charging, when vehicles have been charging, and how much energy they have consumed.
Properties

ChargeIsEstimated

A value indicating whether EnergyConsumedKwh and PeakPowerKw have been measured directly, or estimated based on other available data.
Geotab aims to provide high accuracy data on all EV makes and models. However, when a primary (preferred) raw data signal is not available, we may have to estimate EnergyConsumedKwh based on secondary (non-preferred) raw data signals. For these vehicles, chargeIsEstimated will be true.

ChargeType

The ChargeType provided by the external power source. Possible types are AC (Alternating Current), DC (Direct Current), or Unknown if the signal received from the charger does not match AC or DC.

ChargingStartedOdometerKm

The odometer reading at ChargeEvent start, measured in kilometers.

Device

The Device associated with the ChargeEvent.

Duration

The length of time the vehicle was charging, formatted as follows: “d.hh:mm:ss.fffffff”, where "d" represents days and “fffffff” represents fractional seconds.

EndStateOfCharge

The battery charge % (state of charge) at the end of the associated ChargeEvent. [0-100]

EnergyConsumedKwh

The total energy going into the vehicle (at the charge station interface) during the ChargeEvent, in kWh. This may be different from the energy added to the vehicle battery due to losses incurred by other internal vehicle components, such as on-board chargers.

Id

The unique identifier for the specific Entity object in the Geotab system. See Id.

Location

The Coordinate where the ChargeEvent occurred.

MaxACVoltage

The maximum AC Voltage reported during the ChargeEvent, measured in Volts.

PeakPowerKw

The peak power used during the ChargeEvent, measured in Kilowatts.

StartStateOfCharge

The battery charge % (state of charge) at the start of the associated ChargeEvent. [0-100]

StartTime

The UTC date and time when the ChargeEvent started, following the ISO 8601 standard.

TripStop

The UTC date and time of the EV’s trip stop where the ChargeEvent took place, following the ISO 8601 standard. Charging happens during a trip stop.

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 350 Get requests per 1m.3501mActive
SetLimit of 100 Set requests per 1m.1001mActive
AddLimit of 100 Add requests per 1m.1001mActive
RemoveLimit of 100 Remove requests per 1m.1001mActive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mActive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Coming soon