カスタムテーブルの一覧を取得します。
システム管理者以上
GET /baser/api/admin/bc-custom-content/custom_tables.json
{
"customTables": [
{
"id": 1,
"type": "1",
"name": "recruit",
"title": "求人情報",
"display_field": "title",
"has_child": false,
"created": null,
"modified": null
},
...
]
}