API to get structured-tree menu

Hi everyone, i am looking for a way to extrapolate the list of menu application from an API in a tree-structured way. Using APIs i can access to « MetaMenu » but it gives information only on 1 item and its parent eventually. Some help?

thanks

Hello

like that ?

There isn’t a endpoint like « …/ws/rest/menu » or something?

For the list of domaine
GET /ws/meta/models

and for the details of one
GET /ws/meta/fields/com.axelor.apps.account.db.Invoice

https://docs.axelor.com/adk/5.4/dev-guide/web-services/meta.html

GET /ws/meta/fields/com.axelor.meta.db.MetaMenu?limit=1000

1 « J'aime »