はじめに

導入

運用

参加・貢献

リソース

GitHubでこのページを編集

Home / 5 / web_api / baser_admin_api / bc custom content / custom_fields / カスタムフィールドのリスト取得

カスタムフィールドのリスト取得

カスタムフィールドのリストを取得します。

実行に必要な権限

システム管理者以上

リクエスト

GET /baser/api/admin/bc-custom-content/custom_fields/list.json

レスポンス例

レスポンスボディ

{
  "customFields": {
    "1": "求人分類",
    ...
  }
}