Hello All,
Can you please let us know how we can fetch latest pages update details for all confluence space ?
Please let me know query for fetching such details in confluence .
Thanks,
Gurinder
The Recently Updated macro will display this on a Confluence page.
Programmatically, you can use the Confluence REST API to query for Content, and set:
I'm fuzzy about whether spaceKey is required. If so, you might have to query for Spaces to get a list of them all.
There are probably Marketplace apps that could help you with this too.
Hi @Gurinder Singh I agree with Mykenna, if you are familiar with REST APIs, you can get your required information programmatically.
If you are using Confluence Cloud, you can also explore this app its free for now, using which you can display last modified pages in your space.
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.