How do I see a list of unversioned pages?
I'd like to see a list of unversioned pages in my space. How do I do that?
-
Hi Sigrid, thanks for reaching out.
Currently, it's not possible to do this through UI. We have an improvement in our JIRA: https://k15t.jira.com/browse/VSN-2905. Please sign up at https://k15t.jira.com/secure/Signup!default.jspa to watch, comment on or vote for this issue. We'll then send a notification for every status update.
As a workaround, there is a REST API resource you could use to get the list of unversioned pages. Please note that this is a private API resource, and it could change without warning after the app upgrade.
To query a versioned space you, do a POST request to this URL:<baseUrl>/rest/scroll-versions/1.0/page/<spaceKey>
with these parameters in the body of the request:
Finding versioned pages
You can search for change pages (these are the versions of a versioned page) or master pages:[{"queryArg": "pageType", "value": "<change|masterPage>"}]
Finding unversioned pages[{"queryArg": "isUnversioned", "value": true}]
Hope this helps.Roman.
Please sign in to leave a comment.
Comments
1 comment