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

A list of the latest StatusData records for the current Device.

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 900 Get requests per 1m.9001mActive
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