EventSummary

Represents a summary of events from a vehicle hosted by a MiX Telematics system.

Fields

SystemType
The type of MiX Telematics system that hosts the events.
VehicleId
The identifier of the vehicle in which the event was generated.
Date
The date of the summary record (only applicable when summary_type=daily).
EventType
The type of the events.
EventCount
The number of events that were generated by the vehicle during the summary period.

Note: Fields which are not available will be omitted.

Examples

JSON body:

{"SystemType":"FM","VehicleId":"152","Date":"\/Date(1349128800000+0200)\/","EventType":"1","EventCount":5}

XML body:

<?xml version="1.0"?>
<EventSummary SystemType="FM" VehicleId="152">
	<Date>2012-10-02T00:00:00</Date>
	<EventType>1</EventType>
	<EventCount>5</EventCount>
</EventSummary>