Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Check for unread posts with API

Hi,
Is it possible to check through the API if a user has unread posts?
I'd like to check externally to see if a certain user has unread posts, and if so the number to be displayed.
I'm wondering if the API allows for you to make a call to get unread posts of a user?
Thanks,
DanielV
0
Answers
Unread is already in the discussions controller
http://vanillaforums.org/discussions/unread
You can use json
http://vanillaforums.org/discussions.json/unread
grep is your friend.
The basic api does not cover authentication, so that user would have to be logged on.
grep is your friend.