How to create inventory of all Mendix applications created by a company?

0
I want to know what Mendix applications are created by all Mendix users in my company. Moreover, I want to know how many of those are on licensed nodes and what type of container they are using. What is the easiest (and programmatic) way of getting this type of information?
asked
2 answers
0

This information can be found if you are a company admin. If you have the correct rights to the company you can view this information:

https://docs.mendix.com/developerportal/company-app-roles/companyadmin-settings

answered
0

This information seems to be available via the Mendix Deploy API also

API info here:  https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api

The specific call to get all apps would be this one:

answered