Hello,
I want to be able to retreive only the unread visible messages for the connected user via the REST API.
If I use api/streams I can determinate which streams contains new updates, be it the Home stream or a particular group stream.
Then I attempt to get these new messages with api/streams/{stream_id}/messages but in its response I cannot identify the unread messages. Furthermore after this request, no new_upadtes is returned any more in api/streams.
How can I get a list of new messages posted in a stream ?
Thank you for your answer !