Hi, does anyone know if it's possible to get a list of all locked pages in your Confluence wiki? Is there anyway to do this without database access?
Thanks in advance for any help.
Hi @Patrick Thornquist ,
welcome to the Atlassian community!
If you are in cloud you can't access database. THere are some Rest API about restrictions but they works per content ID (https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions/#api-wiki-rest-api-content-id-restriction-get).
You should retrive each content per space and then check if some restrictions have been applied.
Fabio
Thank you for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.