Pull all apps with Mendix API

0
Hello,   I'm testing the DeployAPI, I'm able to access the endpoints and retrieve most apps.   It is disclaimed on the Documentation that the API does not return all apps I see on the MyApps portal. That I understand but I'm failing to understand what is the criteria that includes then into the API Response.   We work with a lot of apps and sometimes we get requests to patch some versions and would be very handy if I'm able to retrieve every single one of then
asked
1 answers
0

Hi Josevaldo,

 

The DeployAPI documentation states the following:

 

This API call does not return the same results as you can see within the Mendix Portal. It includes all licensed and free apps on the Mendix Cloud. Free apps include all apps which have been created or edited in Studio Pro, even if they have then been deployed to a different cloud such as Mendix for Private Cloud.

 

The Mendix Portal shows all apps you are a member of, including:

  • Apps still under development.
  • Apps not yet deployed.
  • Apps in non-Mendix Cloud environments.


But the Deploy API is meant for deployment operations and therefore only lists apps that are:

  • Deployed to Mendix Cloud
  • Have cloud nodes
  • And are accessible based on your API key permissions.
answered