Introduction
The event of an exception generated by Rule violation.
**Important Note on Date Range Searches:** When you search for events using a fromDate and toDate, the API returns all events that were active at any point during your search period. This is the intended behavior.
Specifically, an event is returned if:
  • It starts and ends within your specified time frame.
  • It started **before** your fromDate but ends within your time frame.
  • It starts within your time frame but ends **after** your toDate.
  • It started **before** your fromDate and ends **after** your toDate, overlapping the entire period.
Properties

activeFrom

The start date of the ExceptionEvent; at or after this date.

activeTo

The end date of the ExceptionEvent; at or before this date.

device

The Device specified for the device.

distance

The km distance traveled since the start of the ExceptionEvent.

driver

The Driver specified for the device.

duration

The duration of the violation.

exceptionCount

The count of exception instances for this exception event. This property is only populated when ExceptionEventSearch.includeExceptionCount is set to true.

id

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

lastModifiedDateTime

The time this exception event was last updated. Default [MinDate].

rule

The Rule which was violated.

state

The ExceptionEventState of the exception.

version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 2000 Get requests per 1m.20001mInactive
SetLimit of 100 Set requests per 1m.1001mInactive
AddLimit of 100 Add requests per 1m.1001mInactive
RemoveLimit of 100 Remove requests per 1m.1001mInactive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mInactive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
Pagination

Results limit

50000

Supported sort

Date sorts by the ExceptionEvent.ActiveFrom property.

Version

Timeout Limit
MethodDescriptionLimitStatus
GetFeed180Active

Loading API Runner...