Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Post Made Community Wiki by Kevin Montrose
Source Link
Nathan Osman
  • 23.2k
  • 11
  • 63
  • 108

How to retrieve notifications for a given user.

There seems to be a few of these "dev-tips" so I'll share a problem I have.

To notify a user of comments directed to them, we use the users/{id}/mentioned method.

However, notifying a user of answers to their questions and comments to their posts seems more difficult. In fact, it seems impossible.

Please share your solutions in the language of your choice.