We would like to apply an extended navigation where a user has the possibility to see all categories and the related sections on the category, section and the article pages. (Like slack do it
https://slack.com/intl/de-de/help/categories/360000049043)
We know that there are some calls like
- GET /api/v2/help_center{/locale}/categories
- GET /api/v2/help_center{/locale}/sections
- GET /api/v2/help_center/{locale}/categories/{category_id}/sections
We already used them and ran into several issues like by default the number of sections is paginated (restricted to 30 items per call), error handling and a lot of refetching / calling (change language, login user etc.)
Is there any other way to get all related sections rather than calling all the categories and afterwards all the related sections for each category? And this every time I click on a link or refresh a site?
Best case would be an option where we can get the categories and sections in the templates. If it's not the case, are you planning anything regarding the availability of all categories and sections e.g. as global properties in the templates?





