カスタムフィールドの一覧を取得します。
システム管理者以上
GET /baser/api/admin/bc-custom-content/custom_fields.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
status | 文字列 | publish:公開のみ all:全て |
{
"customFields": [
{
"id": 8,
"name": "recruit_category",
"title": "求人分類",
"type": "BcCcRelated",
"status": true,
"default_value": "新卒採用",
"validate": "",
"regex": "",
"regex_error_message": "",
"counter": false,
"auto_convert": "",
"placeholder": "",
"size": null,
"line": null,
"max_length": null,
"source": "",
"meta": {
"BcCcAutoZip": {
"pref": "",
"address": ""
},
"BcCcCheckbox": {
"label": ""
},
"BcCcRelated": {
"custom_table_id": "1",
"filter_name": "",
"filter_value": ""
},
"BcCcWysiwyg": {
"width": "",
"height": "",
"editor_tool_type": "simple"
},
"BcCustomContent": {
"email_confirm": "",
"max_file_size": "",
"file_ext": ""
}
},
"created": null,
"modified": null
},
...
]
}