Notification for user notes
Hi @all,
I wanted to use the new notifications for incoming user notes. As I was reading the documentation I saw that this feature isn't included in the new notification system. It is just about answers and solution etc.
So the next thing I wanted to do was creating an endpoint and make my own notification system for this. But I was stumbled nearly at the beginning. I couldn't found a REST API call which delivers me a list of unread notes. Or maybe just a list of notes which I can go through and check if they are unread or not. Can anyone please tell me wether there is a way to do a notification system which tells user that there is a new note in the mailbox?
In my opinion this is a must have feature for the core notification system so maybe I just need to configure something in the correct way I did not found until now?
Regards,
Michael
Hi micha80
does this call fullfil your requirements?
http://community.lithium.com/restapi/vc/users/self/mailbox/notes/inbox/unread/count
and then
http://community.lithium.com/restapi/vc/users/self/mailbox/notes/inbox/unread
to get the list of unread messages.
Documentation here:
Nico