ブログコメントの一覧を取得します。
すべてのユーザー:公開された情報のみ
GET /baser/api/bc-blog/blog_comments.json
パラメーター名 | 型 | 内容 |
---|---|---|
status | 文字列 | publish:公開状態の記事のみ all:全て |
limit | 数値 | 取得件数 |
blog_post_id | 数値 | ブログポストID |
{
"blogComments": [
{
"id": 1,
"blog_content_id": 1,
"blog_post_id": 1,
"no": 1,
"status": true,
"name": "ベトナムくん",
"email": "",
"url": "",
"message": "最高!",
"created": "2023-03-30T19:33:00+09:00",
"modified": "2023-03-30T19:33:00+09:00"
},
...
]
}