Introduction
Add-Ins are used to extend the functionality provided by MyGeotab and Geotab Drive. An Add-In is JavaScript, HTML and CSS loaded into the MyGeotab or Geotab Drive portal and resides directly inside the user interface. This allows third-parties to create a seamless user experience and provide solutions that would otherwise require the user to visit a different website altogether. More information on developing Add-Ins.
Properties

configuration

Configuration is used by non-marketplace add-ins.

errorMessage

The error message if there was an issue with Add-In.

id

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

url

The marketplace Add-In Url.
Url is used only by marketplace Add-Ins.
Rate limits
MethodDescriptionLimitPeriodStatus
GetLimit of 1000 Get requests per 1m.10001mNot specified
SetLimit of 10 Set requests per 1m.101mNot specified
AddLimit of 20 Add requests per 1m.201mNot specified
RemoveLimit of 10 Remove requests per 1m.101mNot specified
GetCountOfLimit of 1000 GetCountOf requests per 1m.10001mNot specified

Loading API Runner...