DeviceLink

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 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 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
MethodDescriptionLimitPeriod
GetLimit of 300 Get requests per 1m.3001m
SetLimit of 150 Set requests per 1m.1501m
AddLimit of 150 Add requests per 1m.1501m
RemoveLimit of 150 Remove requests per 1m.1501m
GetCountOfLimit of 150 GetCountOf requests per 1m.1501m
GetFeedLimit of 150 GetFeed requests per 1m.1501m
Timeout Limit
MethodDescriptionLimitStatus
GetFeed180Active

Loading API Runner...