#Can we modify what comes back through the Content Delivery API—e.g. the “Author”.

1 messages · Page 1 of 1 (latest)

ashen pulsar
#

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.

kindred steppe
#

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'

Three less known ways of tailoring and extending the Delivery API.