You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returning a content item, which has a linked item element, with a depth of 1, will return a typed object which appears to have no items in that property, even though the underlying API call has returned the IDs (but not the content) of the linked items. There isn't currently a way to access those IDs to make the additional API calls to retrieve them.
Proposed solution
We could return a "ghost" object which has no content except the ID for items which are linked but whose detailed content is missing from the API call return.
The text was updated successfully, but these errors were encountered:
Motivation
Returning a content item, which has a linked item element, with a depth of 1, will return a typed object which appears to have no items in that property, even though the underlying API call has returned the IDs (but not the content) of the linked items. There isn't currently a way to access those IDs to make the additional API calls to retrieve them.
Proposed solution
We could return a "ghost" object which has no content except the ID for items which are linked but whose detailed content is missing from the API call return.
The text was updated successfully, but these errors were encountered: