Hello!
I need to get content by ID and trigger viewed
Refer to https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-api-content-id-get to see if set trigger to viewed, the request will trigger a ‘viewed’ event for the content. When this event is triggered, the page/blogpost will appear on the ‘Recently visited’ tab of the user’s Confluence dashboard.
I did try that but not work, the page didn’t appear on the ‘Recently visited’ dashboard
curl --location --request GET 'http://{domain}/wiki/rest/api/content/{contentID}?trigger=viewed'
Anyone has any idea how it can be done?