Introduction
A driving-time infringement computed by TachoModule from tachograph activity streams and persisted in MyGeotab.
Notes: Rows originate from the TachoModule sync — adding entities directly via the public Add API is not the intended workflow. Driver and reviewer acknowledgement fields are mutated via the Set API; reprocessing flips IsDiscarded on rows no longer detected without deleting them, preserving any user-entered notes.
Properties

CompanyNation

The nation enum name for the company the driver works for.

DateTime

The UTC timestamp when the infringement occurred.

Device

The Device the infringement is anchored to. Nullable for driver-card-only downloads with no VU association.

Directive

The EU directive under which the infringement is evaluated. Stored as the enum name in sdirective.

Driver

The Driver the infringement is anchored to. Nullable when no driver could be resolved at sync time.

DriverAcknowledgedAt

The UTC timestamp when the driver acknowledged this infringement via DriveApp. <see langword="null" until acknowledged.

DriverNotes

The driver justification or comment entered via DriveApp.

Duration

The actual measured duration (driving / working or rest, depending on type).

Extras

Optional type-specific extra data serialized as JSON.

Id

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

InfringementType

The infringement type. Stored as the enum name in stype.

IsDiscarded

A value indicating whether the infringement is no longer detected after reprocessing. Set automatically; not user-editable.

IslandsException

Whether the Spanish islands exception applies (affects split daily rest limits: 8h instead of 9h).

IsSignedByDriver

A value indicating whether the driver has acknowledged this infringement.

IsSignedByReviewer

A value indicating whether the fleet manager has reviewed this infringement.

PeriodDuration

The duration of the evaluation period.

PeriodStart

The UTC timestamp marking the start of the evaluation period.

Regulation

The regulation article reference (e.g. (EC) 561/2006 6.1). Nation-specific for EU 2002/15 types.

Reviewer

The User who reviewed the infringement. <see langword="null" until reviewed.

ReviewerAcknowledgedAt

The UTC timestamp when the fleet manager reviewed this infringement. <see langword="null" until reviewed.

ReviewerNotes

The fleet manager notes entered after reviewing the infringement.

Severity

The computed severity. Stored denormalized because thresholds are fixed per type.

TimeInfringed

The excess over the legal limit.

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 100 Get requests per 1m.1001mActive
SetLimit of 100 Set requests per 1m.1001mActive
AddLimit of 100 Add 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

Date sorts by the TachographInfringement.DateTime property.

Version

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

Loading API Runner...