COLNEO Pro 1.0
Loading...
Searching...
No Matches
Functions
ApplicationAPIabstract

Description

Interface for Application API. Register with "cnApplicationAPI".

Since
1.0.0, 2025

Functions

ApiJsonResponse getAccessToken ()
 
ApiJsonResponse getInfo ()
 
ApiJsonResponse getUser ()
 

Function Documentation

◆ getAccessToken

ApiJsonResponse getAccessToken ( )
slot

Get Access Token of logged in user. The user must confirm access to the access token.

Since
1.0, Apr 2025

◆ getInfo

ApiJsonResponse getInfo ( )
slotinherited

Get application information.

Returns
data : {
name : "colneopro",
displayName : "COLNEO pro", // not available for COLNEO console
version : "1.0.0",
build : "123",
builddate : "2024-11-01",
organization: "COLNEO GmbH",
domain : "www.colneo.com",
dirPath : "C:/Software/Colneo"
}
Since
1.0, Dec 2024

◆ getUser

ApiJsonResponse getUser ( )
slotinherited

Get data of currently logged in user.

Returns
data : {
}
Since
1.0, Apr 2025