Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Check for unread posts with API
DanielV
New
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.