新しいカスタムコンテンツを追加します。
システム管理者以上
POST /baser/api/admin/bc-custom-content/custom_contents.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
custom_table_id | 数値 | ● | カスタムテーブルID |
content[name] | 文字列 | ● | 名称 |
content[site_id] | 数値 | ● | サイトID |
content[parent_id] | 数値 | ● | 親コンテンツID |
content[title] | 文字列 | ● | タイトル |
content[plugin] | 文字列 | プラグイン名 | |
content[type] | 文字列 | コンテンツタイプ | |
content[entity_id] | 数値 | 実体ID | |
content[url] | 文字列 | URL | |
content[alias_id] | 数値 | エイリアスID | |
content[main_site_content_id] | 数値 | メインサイトコンテンツID | |
content[lft] | 数値 | 左位置 | |
content[rght] | 数値 | 右位置 | |
content[level] | 数値 | 深さ | |
content[description] | 文字列 | 説明文 | |
content[eyecatch] | 文字列 | アイキャッチ | |
content[author_id] | 数値 | 作成者ID | |
content[layout_template] | 文字列 | レイアウトテンプレート | |
content[status] | 真偽値 | 公開状態 | |
content[publish_begin] | 文字列 | 公開開始日 | |
content[publish_end] | 文字列 | 公開終了日 | |
content[self_status] | 真偽値 | コンテンツ自身の公開状態 | |
content[self_publish_begin] | 文字列 | コンテンツ自身の公開開始日 | |
content[self_publish_end] | 文字列 | コンテンツ自身の公開終了日 | |
content[exclude_search] | 真偽値 | サイト内検索除外 | |
content[created_date] | 文字列 | コンテンツ作成日 | |
content[modified_date] | 文字列 | コンテンツ更新日 | |
content[site_root] | 真偽値 | サイトルートフラグ | |
content[deleted_date] | 真偽値 | 削除日 | |
content[exclude_menu] | 真偽値 | 公開ページのメニューより除外 | |
content[blank_link] | 真偽値 | メニューのリンクを別ウィンドウで開く | |
description | 文字列 | 説明文 | |
template | 文字列 | テンプレート | |
widget_area | 数値 | ウィジェットエリア | |
list_count | 数値 | 一覧の表示件数 | |
list_order | 文字列 | 一覧の並び順の対象となるフィールド | |
list_direction | 文字列 | 一覧の並び順の方向 |
{
"customContent": {
"list_count": 10,
"list_order": "id",
"list_direction": "DESC",
"template": "default",
"content": {
"name": "%E3%83%99%E3%83%88%E3%83%8A%E3%83%A0%E3%81%AE%E3%81%93%E3%81%A8",
"title": "ベトナム",
"site_id": 1,
"parent_id": 1,
"self_status": false,
"self_publish_begin": null,
"self_publish_end": null,
"created_date": "2023-04-06T10:48:12+09:00",
"site_root": false,
"exclude_search": false,
"author_id": 1,
"plugin": "BcCustomContent",
"type": "CustomContent",
"entity_id": 2,
"lft": 30,
"rght": 31,
"level": 1,
"created": "2023-04-06T10:48:12+09:00",
"modified": "2023-04-06T10:48:12+09:00",
"id": 31,
"url": "/%E3%83%99%E3%83%88%E3%83%8A%E3%83%A0%E3%81%AE%E3%81%93%E3%81%A8/",
"status": false,
"main_site_content_id": null
},
"custom_table_id": 5,
"description": "",
"created": "2023-04-06T10:48:12+09:00",
"modified": "2023-04-06T10:48:12+09:00",
"id": 2
},
"content": {
"name": "%E3%83%99%E3%83%88%E3%83%8A%E3%83%A0%E3%81%AE%E3%81%93%E3%81%A8",
"title": "ベトナム",
"site_id": 1,
"parent_id": 1,
"self_status": false,
"self_publish_begin": null,
"self_publish_end": null,
"created_date": "2023-04-06T10:48:12+09:00",
"site_root": false,
"exclude_search": false,
"author_id": 1,
"plugin": "BcCustomContent",
"type": "CustomContent",
"entity_id": 2,
"lft": 30,
"rght": 31,
"level": 1,
"created": "2023-04-06T10:48:12+09:00",
"modified": "2023-04-06T10:48:12+09:00",
"id": 31,
"url": "/%E3%83%99%E3%83%88%E3%83%8A%E3%83%A0%E3%81%AE%E3%81%93%E3%81%A8/",
"status": false,
"main_site_content_id": null
},
"message": "カスタムコンテンツ「ベトナム」を追加しました。",
"errors": null
}