はじめに

導入

運用

参加・貢献

リソース

GitHubでこのページを編集

Home / 5 / web_api / baser_api / bc custom content / custom_contents / カスタムコンテンツの単一取得

カスタムコンテンツの単一取得

指定したカスタムコンテンツを取得します。

実行に必要な権限

すべてのユーザー:公開された情報のみ

リクエスト

GET /baser/api/bc-custom-content/custom_contents/{customContentId}.json

パスパラメーター

パラメーター名 必須 内容
customContentId 数値 カスタムコンテンツのID

レスポンス例

レスポンスボディ

{
  "message": null,
  "customContent": {
    "id": 3,
    "custom_table_id": 5,
    "description": "",
    "template": "default",
    "widget_area": null,
    "list_count": 10,
    "list_order": "id",
    "list_direction": "DESC",
    "created": "2023-04-06T10:52:36+09:00",
    "modified": "2023-04-06T11:22:01+09:00",
    "content": {
      "id": 32,
      "name": "%E3%83%AD%E3%82%B7%E3%82%A2%E3%81%AE%E3%81%93%E3%81%A8",
      "plugin": "BcCustomContent",
      "type": "CustomContent",
      "entity_id": 3,
      "url": "/%E3%83%AD%E3%82%B7%E3%82%A2%E3%81%AE%E3%81%93%E3%81%A8/",
      "site_id": 1,
      "alias_id": null,
      "main_site_content_id": null,
      "parent_id": 1,
      "lft": 32,
      "rght": 33,
      "level": 1,
      "title": "ロシア",
      "description": null,
      "eyecatch": null,
      "author_id": 1,
      "layout_template": null,
      "status": false,
      "publish_begin": null,
      "publish_end": null,
      "self_status": false,
      "self_publish_begin": null,
      "self_publish_end": null,
      "exclude_search": false,
      "created_date": "2023-04-06T11:22:01+09:00",
      "modified_date": null,
      "site_root": false,
      "deleted_date": null,
      "exclude_menu": false,
      "blank_link": false,
      "created": "2023-04-06T10:52:36+09:00",
      "modified": "2023-04-06T11:22:01+09:00",
      "site": {
        "id": 1,
        "main_site_id": null,
        "name": "",
        "display_name": "My Site",
        "title": "My Site",
        "alias": "",
        "theme": "BcFront",
        "status": true,
        "keyword": "",
        "description": "",
        "use_subdomain": false,
        "relate_main_site": false,
        "device": "",
        "lang": "",
        "same_main_url": false,
        "auto_redirect": false,
        "auto_link": false,
        "domain_type": null,
        "created": "2023-03-29T21:50:36+09:00",
        "modified": "2023-04-03T17:12:21+09:00"
      }
    }
  }
}