Hi all,
I would like to see all likes and views of the pages in a space.
Is it possible to add Likes-number in analytics?
Or is there any other solution?
Thank youo in advance
Hi @xyz
When users "like" a page (by clicking the heart icon), a notification is sent to the page creator. The number of likes for a specific page is also visible on the page itself.
The Confluence Cloud REST API allows you to retrieve the like count for specific pages or blog posts using the GET request /rest/likes/1.0/content/{id}/likes
or /pages/{id}/likes/count
where {id}
is the page ID.
Atlassian also offers API endpoints to retrieve likes on content. You can try adding this and see if it helps what you are looking for.
Thanks,
Anwesha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.