指定したカスタムテーブルを取得します。
システム管理者以上
GET /baser/api/admin/bc-custom-content/custom_tables/{customTableId}.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
customTableId | 数値 | ● | カスタムテーブルID |
{
"message": null,
"customTable": {
"id": 5,
"type": "1",
"name": "news",
"title": "ニュース",
"display_field": "1",
"has_child": true,
"created": "2023-04-06T10:30:45+09:00",
"modified": "2023-04-06T20:49:01+09:00"
}
}