Using REST API we have been able to get JSON output of Entire space with it's contents (Pages and Descendants). But due to Default limit of 25 pages, we have to use pagination feature (start=25) to get the next set of 25 pages. But in this case starting 25th page, JSON output has contents of children, but not parents. I do not want to create a new Parent. Any other ideas?