Functions

Articles

Liquit.Initialize
The Liquit.Initialize function allows you to connect to the Application Workspace. It determines the version of the targeted Application Workspace zone. Then the Application Workspace API translates the API calls to the correct syntax/endpoints. ...
Liquit.GetSources
The Liquit.GetSources function allows you to retrieve the identity sources known in the Application Workspace, as well as to determine the authentication method required by them. Request parameters Name Description descriptio...
Liquit.Login
The Liquit.Login function allows you to connect to the Application Workspace API with provided credentials. You can specify the identity source, username and password required to authenticate to the Application Workspace. Request parameters Yo...
Liquit.SSO
The Liquit.SSO function allows a user to connect to the Application Workspace API with previously authenticated credentials that are stored in the user's web browser. It also detects whether or not a user is already authenticated to an OAuth 2 pro...
Liquit.Logout
The Liquit.Logout function is only available for Application Workspace Server 3.1 and later. The Logout function allows you to disconnect from the Application Workspace and the provided identity source. It is p...
Liquit.Agent.SelectFile
The Liquit.Agent.SelectFile function lets you utilize the Agent to select a local file. The Agent needs to be running to use this function. You can check if the Agent is running by using the following variable: Liquit.Workspace.Agent.Enabled ...
Liquit.Applications.Launch
The Liquit.Applications.Launch function is used to launch applications from the Application Workspace API. The applications return a callback reporting on their status: if the application has been launched successfully or not, or a status update o...
Liquit.Applications.List
The Liquit.Applications.List function returns all applications that are available to the user. Whenever an application has been made available in the Application Workspace it will be listed in the response of this function. The Application Workspa...
Liquit.Applications.Create
The Liquit.Applications.Create function lets the end-user add a personal application of their own. This can be a local application or a URL the user wants to save to their workspace. By default, the Liquit.Application.Create API will return the...
Liquit.Applications.Favorite
The Liquit.Applications.Favorite function adds an application to the favorites list of the end-user. This function requires the ID of the application you want to add to the favorites list. Usage and example You need to specify at least the val...
Liquit.Applications.Get
The Liquit.Applications.Get function returns the properties of a personal application. This function is not available for packages assigned to the user via the Application Workspace interface. By default, the Liquit.Applications.Get API returns...
Liquit.Applications.Move
The Liquit.Applications.Move function changes the position of an application. This determines the order of the applications shown if no explicit sorting options are used in the Liquit.Applications.List function. Usage and example You need to...
Liquit.Applications.Remove
The Liquit.Applications.Remove function removes an application from the Application Workspace. Example You need to specify at least the ID of the application you want to remove as shown in the example below: Liquit.Applications.Remove( /...
Liquit.Applications.Update
The Liquit.Applications.Update function updates a personal application. By default, the Liquit.Application.Update API returns the ID of the freshly created personal application. When the request fails, an error is returned in the fault object o...
Liquit.Catalog.List
The Liquit.Catalog.List function returns all applications available in the user's catalog. Whenever an application is made available in the Catalog , it is listed in the response of this function. Request parameters The following parameters a...
Liquit.Catalog.Get
The Liquit.Catalog.Get function returns all information on an application in the user catalog. Whenever an application has been made available in the Catalog it will be available in the response of this function. Request parameters The foll...
Liquit.Categories.List
The Liquit.Categories.List function returns all categories available to the user. Categories can be assigned to applications and help organize them. To get insight into the assigned categories, see Liquit.Application.List or Liquit.Application....
Liquit.Catalog.Request
The Liquit.Catalog.Request function is used to request applications from catalog. All applicable applications return a callback reporting on the status of the application, this can be either the application has been requested successfully or indic...
Liquit.Settings.List
The Liquit.Settings.List function returns all user and portal settings available. Some properties are read-only; for more details, see the list with all properties . Usage Every setting has at least four different properties: id - The i...
Liquit.Settings.Update
The Liquit.Settings.Update function enables you to update a setting to a new value. Some properties are read-only; for more details, see the list with all properties . Usage To update a setting you need to at least specify the ID of the setti...
Liquit.Contexts.List
This API function is available for Application Workspace 3.5 and later. The Liquit.Contexts.List function returns all contexts that are available to the user. Return parameters The following properties are availa...
Liquit.Tags.List
The Liquit.Tags.List function returns all tags available to the user. Tags can be assigned to applications and help organize applications. To get insight into the assigned tags, see Liquit.Application.List or Liquit.Application.Get . Return p...