Difference ProjectID and AppID

0
Dear Community,    I was wondering what is the difference betweeen the Mendix App ID (e.g., used in https://sprintr.home.mendix.com/link/project/{AppID}/overview) and the Project ID, which you can retrtieve via Mendix Runtime API (Core.getProjectId()).    Can anyone explain the difference? Furthermore, is there an option to retrieve the AppID inside of the Runtime (to use it in the FeedbackModule?)   Thank you,    Freddy
asked
1 answers
0

From control centter you can retrieve the appid of your application. In the settings section of a specific project you will find the projectid. These ids are the same and getting the projectid via the runtimeAPI seems to be the thing you'll need.

 

answered