hi, We would like to get the user notifications (as seen in notifications feed) from Khoros and show it in another custom web application. For this we have been looking at rest API to see if we can get the notifications using the REST API v1 or v2. I have found the following 2 links: https://developer.khoros.com/khoroscommunitydevdocs/docs/notification_feeds This API, I am not seeing examples of how to invoke this and get notifications. https://devdocportal.khoros.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&leaf-id=User.notifications#User.notifications This API, I see response details as <response status="success">
<notifications>
<notification type="notification">
<notification_type type="enumeration">board</notification_type>
<target type="object" href="/messages/id/1271"/>
</notification>
<notification type="notification">
<notification_type type="enumeration">kudos</notification_type>
<target type="object" href="/threads/id/3"/>
</notification>
</notifications>
</response> With just this href thread, will we be able to construct the notification message as shown in the notification feed? Is there any other way to get the notifications out of Khoros to be displayed in another custom web application? Any help in this regard would be of great help.
... View more