Allow the number of nested content items returned by the Content Delivery API to be configurable #14955
blockingHD
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lets say there are 3 document types A, B, and C. A has a content picker for B and B a content picker for C. Currently when requesting A from /content/item/{Guid for A}?expand=all only the properties for B are available and not C.
The proposal is to have a config value or a depth query string to allow for the properties of content C to be returned.
Beta Was this translation helpful? Give feedback.
All reactions