How to list applications in my domain?

0
I need to write a script which would list something similar like what we have in Control Center > Apps   Does Mendix provide anything in the API or SDK to list those apps? I need this for some stats like which applications are not updated frequently, who is responsible for them, what Mendix version they were using, etc..   Thanks for your help in advance!
asked
2 answers
0

Mendix has an extensive set of APIs.  It seems like this one might help with the task you describe:  https://docs.mendix.com/apidocs-mxsdk/apidocs/#3-app-repository-api

answered
0

Hi Attila,

 

I suggest to check the Deploy API (https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/), especially the Retrieve Apps function.

Hope it helps,

Istvan

answered