Hi,
I'm trying to write some code to index the different pages / sites within Confluence. Using the rest api's seems like the most logical path. As part of this, I need to be able to do the following:
1. Find out all users / groups who are either allowed to view the page or not allowed to view
2. Be able to identify when the security for a page has changed, to then flag the page for re-indexation
I'd like to use the REST API's to do this, but I don't see any way for either of these tasks, based off the documentation / examples.
Thanks in advance!
Brian
as for part 1 :
use page restrictions api : (GET)
replace <server> & <page_id> with your values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.