Introduction
Represents a persistent link between a set of assets (devices) over a defined time window.
Properties

AssetLinkDetails

The list of AssetLinkDetails members associated with this link.

Description

The description.

Id

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

IsActive

Whether the link is active. This property is read-only and automatically managed by the system based on the active dates of the associated AssetLinkDetails members. It is set to <see langword="true" when at least one member has an date that is <see langword="null" or in the future (i.e. the member is currently active), and <see langword="false" when all members have past dates. Any value supplied on or is silently ignored when details are provided.

LinkType

The DeviceLinkType that describes how the link was established. Default [Manual].

Version

The version of the entity.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 100 Get requests per 1m.1001mActive
GetCountOfLimit of 100 GetCountOf requests per 1m.1001mActive
AddLimit of 350 Add requests per 1m.3501mActive
SetLimit of 350 Set requests per 1m.3501mActive
RemoveLimit of 350 Remove requests per 1m.3501mActive
GetFeedLimit of 60 GetFeed requests per 1m.601mActive
Pagination

Results limit

10000

Supported sort

Id

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

Loading API Runner...