Hi, is there a way to expand multi-reference fields using the v2 API? In v1, there was actually an undocumented expand
param that could be used, even though it only supported a single level of expansion. In v2, this parameter no longer seems to work.
Hi @jschen - not in a single API call (if that is what you mean). We’re looking to improve multi-ref support in the CMS APIs, as well as in the SDKs. With the SDK, there’s room to build higher-order utility functions to get ref item objects in the response rather than just id
s. More to come later!