Contents

メッセージにいいねする

投稿されたメッセージにいいねします。

メソッド

POST

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": 20049,
        "postId": 167967,
        "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-11-27T23:46:38Z"
        },
        "createdAt": "2018-11-27T23:47:33Z"
    },
    "post": {
        "id": 167967,
        "topicId": 3557,
        "replyTo": 154016,
        "message": "@masa 画像ファイルを添付しますー",
        "account": {
            "id": 2489,
            "name": "agata-sample",
            "fullName": "Toshitaka Agata",
            "suggestion": "Toshitaka Agata",
            "imageUrl": "https://typetalk.com/accounts/2489/profile_image.png?t=1453867573519",
            "isBot": false,
            "createdAt": "2016-01-26T08:18:12Z",
            "updatedAt": "2018-11-26T02:35:54Z"
        },
        "mention": {
            "id": 16895,
            "readAt": "2018-11-07T02:06:38Z"
        },
        "attachments": [],
        "likes": [],
        "talks": [],
        "links": [],
        "createdAt": "2018-11-07T01:59:25Z",
        "updatedAt": "2018-11-07T01:59:25Z"
    },
    "topic": {
        "id": 3557,
        "name": "サイト改善",
        "suggestion": "サイト改善",
        "isDirectMessage": false,
        "lastPostedAt": "2018-11-07T02:05:38Z",
        "createdAt": "2016-02-05T06:13:44Z",
        "updatedAt": "2018-10-18T01:54:18Z",
        "description": "UXの改善に関するトピックです。\nデザインやUX、その他気づいた点について気軽に話しましょう。\n\nサイト改善についてのまとめWiki\n- https://xxxxx.backlog.jp/wiki/WEBSITE/Kaizen\n\nまた、関連イベントの周知もこのトピックで行います。"
    },
    "directMessage": null
}

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