Introduction
A mobile tracking device that is used in MyGeotab. This is used for extensibility and is based on the Device object.
Properties

activeFrom

The date the device is active from. Default [MinDate].

activeTo

The date that the device is active to. Default [MaxDate].

allowSynthesizedEngineHours

A value indicating whether engine hours may be synthesized from vehicle active state (VAS)/ignition data instead of ECU-reported Engine Operational Time. Defaults to [null] (treated as [false]) and only takes effect when the per-device synthesized engine hours feature flag (DATAINGESTION.ALLOW_SYNTHESIZED_ENGINE_HOURS.RELEASE) is enabled. Settable on any device, but only affects device types that report engine hours (IEngineHoursProvider). Affected: the GO family (GO5–GO10, GO10 Lite, GO Legacy, Gemini, A1, U1), CustomVehicleDevice (including CellularVehicleDevice), and UntrackedAsset. Not affected: GO Anywhere, GO Anywhere Lite, CustomDevice, Bluetooth trackers, and GoDrive.

comment

Free text field where any user information can be stored and referenced for this entity.

deviceFlags

The device features which have been enabled whether the feature is in use (e.g. HOS, Iridium). See Device.deviceFlags for available features. Read-only; cannot be set via the API.
The DeviceFlags property cannot be added/updated via the API.

deviceType

Specifies the GO or Custom DeviceType.

groups

The list of Group(s) the device belongs to.

id

The unique identifier for this entity. See Id.

name

The name of this entity which identifies it and is used when displaying this entity. Maximum length [50].

productId

The product id. Each device is assigned a unique hardware product id.

serialNumber

The Serial Number of the device. Maximum length [12].

supportsEngineHours

A value indicating whether this Device supports engine hours (i.e. implements IEngineHoursProvider). The capability is derived from the concrete device type and stored independently of Device.productId, so it honours field selection: the data access layer populates it when the field is requested and clears it (to null) when it is excluded.

timeZoneId

The IANA Timezone Id of the device used to determine local work times. This is typically the "home location" of the device. Default ["UTC"].
Retrieve a list of valid timezone Id's by querying "GetTimeZones".

version

The version of the entity.

workTime

The WorkTime rules to apply to the device. Default [WorkTimeStandardHours].
Rate limits
MethodDescriptionLimitPeriodStatus
AddLimit of 100 Add requests per 1m.1001mInactive
GetLimit of 100 Get requests per 1m.1001mInactive
SetLimit of 100 Set requests per 1m.1001mInactive
RemoveLimit of 100 Remove requests per 1m.1001mInactive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mInactive

Loading API Runner...