Introduction
A DeviceLink is a relationship between two Devices over a period of time.
Properties

DestinationDevice

The destination Device to which the source Device is linked. This value is optional and defaults to <see langword="null".

FromDate

The UTC date and time the Devices were linked. Default [UtcNow]. Values before MinValue are clamped to MinValue.

Id

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

LinkType

The optional link type. Default Manual.

SourceDevice

The source Device being linked. This value is optional and defaults to <see langword="null".

ToDate

The UTC date and time the Devices were unlinked. Default MaxValue. Values after MaxValue are clamped to MaxValue.

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 300 Get requests per 1m.3001mInactive
SetLimit of 150 Set requests per 1m.1501mInactive
AddLimit of 150 Add requests per 1m.1501mInactive
RemoveLimit of 150 Remove requests per 1m.1501mInactive
GetCountOfLimit of 150 GetCountOf requests per 1m.1501mInactive
GetFeedLimit of 150 GetFeed requests per 1m.1501mInactive
Timeout Limit
MethodDescriptionLimitStatus
GetFeedTimeout of 180 seconds for GetFeed per request.180Active

Loading API Runner...