Why am I unable to retrieve the list of pages in the Confluence page UI using the API
Hi @shaniba
When working with the Confluence API, it's essential to be aware of the limits on the number of results returned per API call.
Failure to handle pagination correctly can result in missing pages.
Consider using generic API calls that can handle larger result sets, such as the contentService.find method with appropriate expansions and pagination.
Besides this, ensure your script properly handles pagination by utilizing SimplePageRequest to manage the pagination process, guaranteeing that all pages are retrieved.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.