In the Windows GUI, a user can switch between menus by right-clicking in the left-hand sidebar and selecting a different menu.
In Indicium, according to the Thinkwise docs, there is a single endpoint to get the metadata (or OpenAPI spec) for an entire application.
In our case however, the metadata is massive (the response body was 700+ MB).
We have defined a separate menu in the SF, containing views, tables and functions we want to expose to a public-facing API.
Would there be a way to only get the metadata or specs for that specific menu? Currently, we are managing model updates and exposed endpoints by hand and are actively looking for a maintainable alternative.
Should anything be unclear, please do let me know!
Thanks in advance!