Contents
いいねを取り消す
メッセージにつけたいいねを取り消します。
メソッド
DELETE
URL
https://typetalk.com/api/v1/topics/:topicId/posts/:postId/like
スコープ
topic.post
URL パラメーター
名前 | 型 | 説明 |
---|---|---|
topicId | 数値 | トピック ID |
postId | 数値 | 投稿 ID |
レスポンスの例
{
"space": {
"key": "xxxxxxxx",
"name": "Nulab Inc",
"enabled": true,
"imageUrl": "https://apps.nulab.com/spaces/xxxxxxxx/photo/large"
},
"like": {
"id": 20011,
"postId": 167968,
"topicId": 3557,
"comment": "",
"account": {
"id": 2488,
"name": "masa",
"fullName": "masa",
"suggestion": "masa",
"imageUrl": "https://typetalk.com/accounts/2488/profile_image.png?t=1453868694472",
"isBot": false,
"createdAt": "2016-01-26T08:17:39Z",
"updatedAt": "2018-12-25T10:48:09Z"
},
"createdAt": "2018-11-07T02:06:41Z"
}
}
レスポンスのフォーマットは全て JSON です。GET メソッドは ETag に対応しているので、If-None-Match ヘッダを付けて送ると、変更がない場合は 304 を返します。日付のフォーマットは ISO 8601 で、UTC です。 (例 : 2014-01-09T06:20:08Z )