mfeltscher
11 years agoExpert
REST API call to mark notification as read
Hi
We are currently fetching the user notification feed from the API using
/restapi/vc/users/id/{userid}/notifications
I am now looking for a way to mark a notification as read using the REST API. This means, the result of the request mentioned above should also contain a "read" flag. Since I'm not entirely sure, how this is handled by Lithium internally, I don't even know, if this is possible somehow. Could you please let me know, how this works in the built-in component displaying the notifications?
Thanks
Moreno