Introduction
DebugData is generated by Geotab GO devices for internal debugging or troubleshooting purposes. This may include information regarding the state of the modem, firmware or conditions that the device is experiencing. The API only returns DebugData records from the last 2 weeks. FromDate is automatically adjusted to at most 2 weeks ago when not set or set to an older date. ToDate is also adjusted to 2 weeks ago when set to an older date.
Properties

Data

The binary data.

DateTime

The date and time the DebugData log was created.

DebugReason

The DebugReason; used for troubleshooting/debugging purposes only. Note that it's ignored by the GetFeed Search function.

Device

The Device associated with the vehicle.

Driver

The Driver of the vehicle at the time the DebugData log entry was created.

Id

The unique identifier for the specific Entity object in the Geotab system. See Id.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 300 Get requests per 1m.3001mActive
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
Pagination

Results limit

50000

Supported sort

Id

Date sorts by the DebugData.DateTime property.

Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Active

Loading API Runner...