Documentドキュメント

拍手コメントリスト取得

GET /blog/v1/clap/comment/list

Parameters

Name Type Description
id 文字列 [必須] 対象ブログのドメイン (ブログID)

Response

Status: 200 OK
{
  "json": {
    "result": "ok",
    "message": "",
    "data": [
      {
        "clap_history_id": "f56440d9d5367b84f3eb41a482187598",
        "comment_update_date": "2015-10-01 00:00:00",
        "entry_title": "拍手コメントタイトル",
        "clap_comment_register_name": "拍手コメント入力者名",
        "clap_comment": "拍手コメント",
        "accept_remote_addr": "t",
        "entry_id": "3"
      }
    ]
  }
}