Documentドキュメント

エントリリスト取得

GET /blog/v1/entry/list

Parameters

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

Response

Status: 200 OK
{
  "json": {
    "result": "ok",
    "message": "",
    "data": {
      "list": [
        {
          "regist_date": "2015/10/01",
          "entry_id": "2",
          "title": "記事タイトル",
          "name": "記事URL",
          "open_flg": "2",
          "period_flg": "f",
          "period_date": "2015-10-01 00:00:00",
          "cm_receipt_flg": "t",
          "tb_receipt_flg": "f",
          "category": "カテゴリ名",
          "comment_count": "1",
          "trackback_count": "0"
        }
      ],
      "paging": {
        "prev_no": null,
        "next_no": null,
        "page_no": 1,
        "all_page": 1
      }
    }
  }
}