Intrexx APIs

 

Application API
The Application API allows you to create API endpoints for applications using a dialog-based interface. Front-end developers can develop native apps for iOS or Android and access data sets, processes, and Groovy scripts via the endpoints.
Administration API
The Administration API provides a defined set of API endpoints. These make it possible to perform important administrative tasks—such as creating portals, setting up users, or importing licenses—using standard automation tools.
Connector
The Connector API specifies two Java interfaces that developers should implement to create, read, update, and delete records and files in the external system.
OData
With the Intrexx Connector for OData, you can access OData V2- and V4-compliant REST services. For example, the Microsoft Graph API or data sets from Intrexx itself can be made available as an OData service for external platforms, apps, or services. Integrate data from these services into your Intrexx platform to create a central hub for applications and processes.
Groovy
Groovy is a scripting language that is very similar to Java. Intrexx uses Groovy primarily to control processes, perform complex calculations, and run equally complex queries. The Groovy API provides a range of methods for accessing key Intrexx features and objects.
JavaScript
With JavaScript, you can customize the behavior of a page (automatic data refresh) or the user experience in Intrexx. The JavaScript API provides you with easy access to Intrexx's controls.
Velocity
Velocity is a template language designed to generate content. Among other things, you can enrich HTML, XML, and JSON with data from the database, from calculations, or from other data sources. The Velocity API provides a range of methods for accessing key Intrexx features and objects.