Contents

Mark unread from here

Consecutive messages in a topic were marked as unread.

Method

PUT

URL

https://typetalk.com/api/v1/bookmarks/unread

Scope

my

Form parameters

NameTypeDescription
topicIdNumberTopic ID
postIdNumberPost ID of starting position of unread messages

Response Example

{
  "unread": {
    "topicId": 203,
    "postId": 309,
    "count": 15
  }
}

All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).