Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

API not returning ALL child pages

RealLimitX July 28, 2017

I want to retrieve all child pages from a parent page. I did the following:

https://community.atlassian.com/t5/Answers-Developer-Questions/Given-a-page-how-can-I-retrieve-all-its-child-pages-via-the-rest/qaq-p/561584

Parent id request:

/content/search?cql=(title="foo" and space="bar") => id: 1234
Child pages request:
/content/search?cql=(parent=1234)

Using this method I only get some of my child pages but not all of them.

 

I did antoher request to obtain the ancestors from one child page which I do not get from the above request. The ancestors contains my parent page.

 

Any ideas?

1 answer

1 accepted

0 votes
Answer accepted
RealLimitX July 28, 2017

Im am an idiot, its because of the max. response size see here.

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events