Fetch specific culture for item by ID using Delivery API #17834
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment 2 replies
-
Did you try setting the Accept-Language header? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Delivery API we can fetch a specific item by ID.
https://docs.umbraco.com/umbraco-cms/13.latest/reference/content-delivery-api#gets-a-content-item-by-id
E.g.
When node vary but culture and we have
da
anden
culture, it seems to fetch the first culture.Not sure there's a specific reason we can do this?
We do have another request e.g. fetching a settings node by
contentType
and specifically/en
version:https://docs.umbraco.com/umbraco-cms/13.latest/reference/content-delivery-api#gets-content-item-s-from-a-query
Beta Was this translation helpful? Give feedback.
All reactions