Skip to main content

Questions tagged [inbox]

A question about the /inbox and related Stack Exchange API methods.

30 votes
0 answers
947 views

Stack Exchange Notifications: inbox, achievements, score, improve text editor and lightbox

Install Chrome Firefox Edge Opera Note: you can install developer edtion (inclusive in google chrome) if download from https://github.com/brcontainer/stack-exchange-notifications/releases and ...
Rock Volnutt's user avatar
5 votes
1 answer
117 views

404 "This Method cannot be called this way" when getting user's inbox

I'm doing a POST request to https://api.stackexchange.com/2.2/users/<id>/inbox to get the users' inbox items. However I'm getting a 400 error on the request, and a JSON body saying it was a 404 ...
Erik Elkins's user avatar
2 votes
0 answers
63 views

/me/inbox is not returning most recent items

Looks like /me/inbox is either a bit behind or it's not supposed to be realtime. Explanation: for a comment that I received 4 hours ago It's not returned in the API: https://api.stackexchange.com/...
ifaour's user avatar
  • 121
13 votes
1 answer
257 views

Marking inbox items as read in api v2.2

I'm aware of this question, but it applied to an older (readonly) api version. Given that API 2.2 is read/write, I figured this might be possible now. Is there any way for an application using the ...
Malabarba's user avatar
  • 293
4 votes
0 answers
91 views

How can I get unread messages for inbox testing? [duplicate]

I use /users/{id}/inbox/unread method to get unread items in a user's inbox. But how could I test it if I have no unread items in my inbox? How can I get/generate unread messages for testing? P.S. ...
LA_'s user avatar
  • 161
2 votes
0 answers
57 views

Request: Mark inbox items as read, now that API 2.2 is here [duplicate]

Now we have write API, can we get a method for the inbox to mark inbox items as read? Previously I believe the reason for not having this was the risk of apps marking items as read without the user ...
Jonathan.'s user avatar
  • 3,118
3 votes
1 answer
153 views

Inbox item not marked as read after viewing [duplicate]

Accessing inbox items using the following url: /me/inbox Unread inbox items remain unread (is_unread = true) even after that specific item has been read using the API (v2.1). The items are marked ...
Prasanna's user avatar
  • 348
1 vote
1 answer
78 views

Inbox and Notifications aren't being filtered by site

I'm using the API get inbox messages and notifications for various sites on the StackExchange network, but it doesn't seem to matter what site parameter I pass in the query string. I always get my ...
Spencerooni's user avatar
3 votes
1 answer
92 views

Creating a home brew Push Server for Stack Exchange

I'm looking to create a home brew push notification server for Stack Exchange. This is mainly due to the fact that Toast Notifications within Windows Store applications are done using Windows ...
James Mertz's user avatar
3 votes
1 answer
93 views

Why is "body" missing from certain inbox items?

I have run into some confusion over the presence of the body attribute in an inbox-item returned by the /inbox method. When item_type is set to "careers_invitations", the body attribute appears to be ...
Nathan Osman's user avatar
  • 23.3k
55 votes
4 answers
4k views

Real-time desktop notifications for Stack Exchange inbox ( Chrome / Firefox )

Screenshot More screenshots: https://github.com/Rob--W/stackexchange-notifications/tree/master/screenshots About Get real-time desktop notifications for your inbox at the Stack Exchange. After ...
Rob W's user avatar
  • 2,659
26 votes
1 answer
1k views

StackInbox - a Chrome/Firefox Extension that Preserves New Stack Exchange Inbox Messages Until They Are Actually Read

Screenshot / Code Snippet Below is a screenshot of the inbox with two viewed yet unread messages: About Preserves new Stack Exchange Inbox messages until they are actually read, not just viewed in ...
jmort253's user avatar
  • 753
1 vote
0 answers
164 views

Unread messages in inbox query shows older inbox messages

I am using the /inbox/unread route to get the unread messages in a user's inbox. Recently (over the last couple of months, perhaps) I have noticed that the entries returned from this route initially ...
Greg Hewgill's user avatar
  • 3,883
0 votes
1 answer
72 views

Add message ID to inbox items

Feature request: The inbox item object should include a message_id field. The ID should identify inbox messages uniquely within StackExchange.
Adam's user avatar
  • 809
1 vote
1 answer
46 views

Inbox unread since parameter not working

The since parameter of /inbox/unread no longer seems to work. I enter a date after the creation date of the item currently unread in my inbox and still the item is returned. I try putting in ...
Jonathan.'s user avatar
  • 3,118

15 30 50 per page