I am using folders to organise my pages.
I also use the REST API to retrieve all the pages in the space using the endpoint /wiki/rest/api/content/search
Howwver this endpoint does not retrieve the pages within folders. Is this a bug, or am I doing this the wrong way?
Hi @Thomas Kerman ,
In order to get folders, you need to use the v2 version of the Confluence API: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-folder/#api-folders-id-get
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.