Introduction
Represents the current state of a vehicle by providing information such as the vehicle bearing location and speed, active exception events and whether the device is currently communicating.
Properties

Bearing

The bearing (heading) in integer degrees.

CurrentStateDuration

The duration between the last Trip state change (i.e. driving or stop), and the most recent date of location information.

DateTime

The most recent DateTime of the latest piece of status, gps or fault data.

Device

The Device this DeviceStatusInfo belongs to.

Driver

The Driver associated to the current Device.

ExceptionEvents

The ExceptionEvent(s) that are currently active.

Groups

The Group(s) that the Device currently belongs to.

Id

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

IsDeviceCommunicating

A value indicating whether the Device is communicating.

IsDriving

A value indicating whether the current Device state. If set true, is driving. Otherwise, it is stopped.

Latitude

The current latitude of the Device.

Longitude

The current longitude of the Device.

Speed

The current vehicle speed.

StatusData

The latest IEnumerable1(s) of current Device.

Version

The version of the entity.
Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Coming soon