Mark Conversation Read
Mark a conversation as read.
Returns the caller’s post-clear unread notification total alongside the status. The clear covers every unread bell row for the thread, so a client that has paged in only part of its notification list cannot compute the new badge value itself — it would subtract only the rows it can see and leave the badge too high. Reporting the total lets the client set it exactly without refetching the list (which would also race the read replica).
Headers
The tenant you are making this request on behalf of
Your api key
Path Parameters
Response
Successful Response
Result of marking a social thread read.
Carries the caller's post-clear unread notification total so the bell badge
can be set to an authoritative number instead of decremented by however many
rows the client happened to have paged in. The clear covers every unread
COMMUNICATION_MESSAGE_RECEIVED row for the thread, but a client holding
only the first page can see just a prefix of them, so a client-side subtract
leaves the badge too high until the next fetch.
