Documentドキュメント
拍手履歴情報
GET /blog/v1/clap/history
Parameters
Name | Type | Description |
---|---|---|
id | 文字列 | [必須] 対象ブログのドメイン (ブログID) |
Response
Status: 200 OK
{
"json": {
"result":"ok",
"message":"",
"data": [
{
"entry_title":"拍手コメントタイトル",
"entry_id":"3",
"clap_count":"4"
},
]
}
}