Contents

メンションを既読にする

未読のメンションを既読にします。

メソッド

PUT

URL

https://typetalk.com/api/v1/mentions/:mentionId

スコープ

my

URL パラメーター

名前説明
mentionId数値メンション ID

レスポンスの例

{
  "mention": {
    "id": 501,
    "readAt": "2016-12-21T10:12:13Z",
    "post": {
      "id": 309,
      "topicId": 203,
      "topic": {
        "id": 203,
        "name": "Techies",
        "suggestion": "Techies",
        "isDirectMessage": false,
        "lastPostedAt": "2014-06-30T02:32:29Z",
        "createdAt": "2014-06-05T02:32:29Z",
        "updatedAt": "2014-06-05T02:32:29Z"
      },
      "replyTo": null,
      "message": "@jessica Help me!",
      "account": {
        "id": 102,
        "name": "moss",
        "fullName": "Moss",
        "suggestion": "Moss",
        "imageUrl": "https://typetalk.com/accounts/102/profile_image.png?t=1403749949000",
        "isBot": false,
        "createdAt": "2014-06-26T02:32:29Z",
        "updatedAt": "2014-06-26T02:32:29Z"
      },
      "attachments": [],
      "links": [],
      "directMessage": null,
      "createdAt": "2014-07-02T03:32:29Z",
      "updatedAt": "2014-07-02T03:32:29Z"
    }
  }
}

レスポンスのフォーマットは全て JSON です。GET メソッドは ETag に対応しているので、If-None-Match ヘッダを付けて送ると、変更がない場合は 304 を返します。日付のフォーマットは ISO 8601 で、UTC です。 (例 : 2014-01-09T06:20:08Z )