Platform SDK createNewApp: how to find templateID for a specific app template?

0
When creating a new app using the platform SDK using createNewApp, you can specify the UUID of the template of the app. See: https://apidocs.rnd.mendix.com/platformsdk/latest/interfaces/ICreateNewAppOptions.html#templateId  I want to create a blank app for Mendix 9.18.2, how do I find the corresponding templateID?
asked
1 answers
1

In the marketplace the UUID is shown: ( https://marketplace.mendix.com/link/component/51830 )

Note this is for a Blank Web App, not the Blank App.

answered