How can I extract all Navigation Menu items and export them to Excel using the Mendix Model SDK?

0
I want to use the Mendix Platform SDK + Model SDK to extract all navigation menu items from my app—from the Navigation document (NavigationProfiles).
asked
3 answers
2

Hi,

Check out my work in progress Mendix Extract Navigation

The script is extracting navigation items to CSV. 

You can easily load CSV to Excel or modify the script to export directly to Excel.

Let me know if it works for you.

 

answered
2

This class is where you should start to extract this information:  https://apidocs.rnd.mendix.com/modelsdk/latest/modules/navigation.html

 

Hope that helps you to get started.

answered
0

Hi Seijanani JS,

 

Did you set up your Personal Access Token as per https://docs.mendix.com/apidocs-mxsdk/mxsdk/set-up-your-pat/ 

answered