CustomTool Data Type

Model of a custom tool

Properties
name data type description
id number Internal ID
key string Unique key of the tool
name map of string Name of the Tool in english and german
toolUrl string Tool URL
iconUrl string Optional icon URL
newtab boolean True if the tool shall be opened in a new tab

Example

{
  "id" : 12345,
  "key" : "...",
  "name" : {
    "property1" : "...",
    "property2" : "..."
  },
  "toolUrl" : "...",
  "iconUrl" : "...",
  "newtab" : true
}