Mobile App: Customize the order of the modules in the top navigation bar

With mobile app version 5.7.0, you can now arrange the individual modules in the top navigation bar of the mobile app in any order.

If the Timeline and News modules are activated, they are displayed in first place, starting on the left, by default. Using API access, you can now actively change this order and thus configure the start page(s) to the first position. If you use more than one start page for mobile use, they will be sorted as in the administration.

Technical description

The names of the corresponding parameters for the timeline and news modules are: "mobileTimelineTabButtonAtEnd" and "mobileNewsTabButtonAtEnd". Their valid values are "true" and "false".

By default, no value is set, which corresponds to "false" described above. This defines the corresponding module in the first place.

If one of these values is set to "true", the corresponding button will appear at the right end of the top navigation bar.

Instructions

Step 1: Get a "CSRF token" and authenticate with the API using Paw, Postman or another API interaction platform.

 

Schritt_1.png

Step 2: Call "/web/settings" via GET request to get all the settings and copy the JSON response.

 

Schritt_2.png

Step 3: Copies the JSON response and adds one or two new parameters.

 

Bildschirmfoto_2022-07-22_um_16.35.22.png

Step 4: Call "/web/settings" via PUT request to have the new JSON settings (previous and new parameters) inserted under "Body".

 

Schritt_4.png

Done: After this last step, the settings are saved. The next time you open the mobile app, your changes should already be visible.

Was this article helpful?