I am using REST api interface to download my Atlassian wiki space for offline access. Is there a way to download only files that changed since previous download . Or lets say download files that changed last 24 hours
Any suggestion is much appreciated
Hi @nagarajnaik and welcome to the Community.
Most likely, there's an app that allows you to compare the changes and download the log.
Macros for Confluence by Capable
docs: https://help.gocapable.com/confluence-macros/using-the-diff-macro
So it's a question of getting the pages update in the last N time units and getting the diff.
Or, you can use a versioning app Scroll Documents with HTML exporter by K15t.
Basically, after a set of changes, with Scroll Documents you create a new snapshot of your space to create a new version. Then you export that version as HTML.
(Scroll Documents also does version compare).
@Kristian Klima prompt reply much appreciated. Thanks!
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.