Introduction
Vehicle diagnostic information from the engine computer that can either be measurement data or fault code data.
Properties

code

The diagnostic parameter code number.

controller

The applicable Controller for the diagnostic parameter.

conversion

The multiplier applied to the raw diagnostic value before DataDiagnostic.offset is added. The converted value is raw value * Conversion + Offset and is expressed in the UnitOfMeasure.

dataLength

The length of the raw diagnostic data in bytes.

diagnosticSignals

A legacy DiagnosticSignal reference list. MyGeotab does not populate or persist this property; service responses return null. Do not use it to interpret diagnostic values.

diagnosticType

The DiagnosticType (source) of the diagnostic parameter.

faultResetMode

The FaultResetMode of the diagnostic (whether the fault resets automatically or manually).

id

The unique identifier for this entity.

name

The name of this entity which identifies it and is used when displaying this entity.

offset

The value added after DataDiagnostic.conversion is applied to the raw diagnostic value.

source

The Source for the diagnostic (the type of diagnostic code).

unitOfMeasure

The UnitOfMeasure applicable to the diagnostic parameter.

version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 650 Get requests per 1m.6501mInactive
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

1300000

Supported sort

Version

Timeout Limit
MethodDescriptionLimitStatus
GetFeed180Active

Loading API Runner...