Integrations

Integrate and combine all your data sources into valuable insights. We collect data from a wide range of systems, enabling you to combine knowledge across your data sources.

Read our API-dokumentation

All projects and tasks in Projects are accessible via our API. You can retrieve all tasks for BI reporting purposes. This enables collaboration with other vendors that operate their own service management systems.

Go to API dokumentation
Go to API dokumentation
g2cLib.g2cclient_tokenTransfer(
{
tokens1,
tokenc1,
application,
destinationnick,
sourcenick,
nftuniqueid,
tokenSeriId,
description,
tokenid,
},
function  (result) {
 if (typeof result.error !== “undefined”)
console.log(“g2cTokenTransfer ERROR:”, result.error);
else
console.log(“Token Transfered! Transaction info: “, result.data);
}
);