I am using confluence wsdl "https://portal.globallogic.com/confluence-staging/rpc/soap-axis/confluenceservice-v1?wsdl " to use its various methods in my application.
I need to display the recent updates which are shown in confluence. But unfortunately I am not able to see the web method for it.
Could you please tell me the web method or macro to get the recent updates displayed on confluence so that I can add them in my application.
Thanks
Sonal
Confluence renders the Recently Updated Macro to display that information, but it does not have an exposed stub in the WSDL.
In order to get the content, you would need to put the macro on a page and retrieve the rendered content of the page with the renderContent method. This will give you the raw HTML with the macro rendered that you can parse to retrieve the recently updated div. In Confluence 4.3.x, the default class for the div is recently-updated recently-updated-concise. If you are using another version, I recommend inspecting the div element in Confluence to double check.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.