- 🇳🇱Netherlands batigolix Utrecht
Yes, you can alter the output by implementing the hook hook_rest_menu_items_output_alter.
In that hook you would have to load the nodes that the menu link is referring to, and then fetch the desired data from that node and add it to the endpoint's output.
See the file for more info rest_menu_items.api.php
Automatically closed - issue fixed for 2 weeks with no activity.