-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Core - Content REST APIs
There is no efficient way to get all the children of a given page remotely without getting ALL the pages in a space.
We need to add two simple methods:
Vector getChildren(token, pageId) (which returns a vector of PageSummary objects)
and
Vector getChildren(token, pageTitle, spaceKey) (another way to access this method) if you know the title but don't want to lookup the ID first)