-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Extensibility - Custom Content
-
None
ISSUE
V1 API Get content Children has the option to "expand" child objects, thus data about child objects is returned in 1 call.
However V2 API Get child custom content does not have the "expand" option, therefore multiple calls have to be made by client application to fetch the same data as above.
This creates an overload on the app with respect to performance and response handling.
SUGGESTION
This behaviour is consistent with other endpoints of V2 APIs and not unique to custom content.
Request is to provide an option in V2 APIs to fetch children data in one call, just like V1 apis.