In a microflow: is it possible to get an Apps name?

0
From within a microflow I want to retrieve the name of an app: \   Is this possible and how can I do that? *Edited: My usecase is for a connector-module that will get used by unknown parties, and the bar for using the connector needs to be as low as possible.    
asked
1 answers
2

See the deploy API: https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api

See 3.1.3

List of objects with the following key-value pairs:

  • AppId (String): Sub-domain name of the app.
  • Name (String): Name of the app.
  • ProjectId (String): Developer Portal Project identifier.
  • Url (String): Production or Free App URL to access your app.

 

Regards,

Ronald

 

 

 

answered