Can we modify what comes back through the Content ...
# help-with-umbraco
m
Has anyone made such an adjustment to the Content Delivery API? We need to know the author of the content. (The user who published the last version of each content node returned in the API.) Umbraco 13/15.
b
Maybe this will help? https://kjac.dev/posts/delivery-api-tip-trick-and-hack/ We've been trying to do something similar in Umbraco 15 Seems to be a bit of a need around this, we run headless and there's no easy way to get parent / child node without going around the houses. For example at the moment, we're trying to figure out how to generate a breadcrumb from the API, the only way is to hack around the 'path'
The hacky(?) way to do it is to have a custom property editor and populate that with the values you want to appear in the API, this property will automatically be included as part of the delivery api
3 Views