Hi Team,
I need a Rest API service for getting a watch, like, label user list details for the particular page in confluence.
Please let me know if it is possible or not.
If possible then how can we achieve.
Is there anything please share with me your ideas or API.
Thanks and regards
Karthick
If you are looking to get watchers list details for a specific page, We can achieve this by using Third-party plugin available i.e Confluence Command Line Interface (CLI). I have tested this functionality in my local instance and I got the watchers list as shown in the attached screenshot. Please verify the screenshot.
Following the is the action to get the watchers list. You can verify the example 313 for this issue.
Hi @karthick tgi,
for Confluence Cloud you could use GET /wiki/rest/api/content/{id}/notification/child-created. According to the method description it returns the watches for a page.
Method article in developer docs: https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-notification-child-created-get
Hope this helps.
Roman.
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.
Great! 👍🏻
I would be glad if you accept my answer.
Roman.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.