I'm wanting to search for an email address across our entire server instance of Confluence, and then output a list of those pages that contain the email address.
For example: Search for email@ourdomain.com
Returns 29 results displayed on four separate pages; I'd like to export this info into a single file that I can then use.
Hello Chela,
I would recommend using Advanced Searching in the REST API in order to get the results you need.
The response should come back in JSON formatting but you can parse it into a readable format, as follows:
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.