Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 3.23 KB

index.md

File metadata and controls

91 lines (51 loc) · 3.23 KB
title space priority
API Documentation
API Documentation
8

The API documentation is divided into the sections described below.

Runtime API

Extend your application model using Java. All functionality and information from both the application model and Mendix Runtime is accessible via these APIs.

Client API

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.

Stories API

Extend the requirements and project management capabilities of Mendix, or connect 3rd party service management and project management tools.

Feedback API

Build on top of the feedback management functionality of the Mendix App Platform, or connect your own feedback gathering tool.

User Management API

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.

Single Sign-On API

The Mendix Single Sign-On system is based on OpenID. Learn how to connect your (non-Mendix) app to the Mendix Identity Provider.

Build API

Create and manage deployment packages using our build server. You will need information from the Team Server API as input for these API calls.

Deploy API

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.

Team Server API

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).

Profile Service API

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 API

Invite new users directly from your applications, or allow your existing users to do so themselves.

Part of the AppCloudServices module.

Permissions API

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.