title | space | priority |
---|---|---|
API Documentation |
API Documentation |
8 |
The API documentation is divided into the sections described below.
Extend your application model using Java. All functionality and information from both the application model and Mendix Runtime is accessible via these APIs.
Enrich the user interface of your applications by building on top of our web client APIs. Use standard web technology in combination with our powerful APIs to build any widget you want.
Extend the requirements and project management capabilities of Mendix, or connect 3rd party service management and project management tools.
Build on top of the feedback management functionality of the Mendix App Platform, or connect your own feedback gathering tool.
Integrate your company's user management systems with the Mendix App Platform. Create and manage user accounts and security groups, and then define group policies for your applications.
The Mendix Single Sign-On system is based on OpenID. Learn how to connect your (non-Mendix) app to the Mendix Identity Provider.
Create and manage deployment packages using our build server. You will need information from the Team Server API as input for these API calls.
Manage application environments in our public cloud. Retrieve status, start, and stop applications, or deploy and transport new model versions to application environments. Use the Build API to create and manage deployment packages.
Retrieve information (branches, revisions) about application models stored in Team Server. You always access an application model via the context of an application (see the Deploy API for more information about retrieving applications and application identities).
Retrieve the profile information of your applications' users from the Mendix platform, so they do not have to fill in their profile for every new app.
Part of the AppCloudServices module.
Invite new users directly from your applications, or allow your existing users to do so themselves.
Part of the AppCloudServices module.
Retrieve the user roles of your applications' users, so you can grant them the intended access level to the application.
Part of the AppCloudServices module.