[フレーム]

baserCMS Documentation

はじめに

導入

運用

参加・貢献

リソース

GitHubでこのページを編集

Home / 5 / web_api / baser_api / bc custom content / custom_entries / カスタムエントリーの単一取得

Index

カスタムエントリーの単一取得

指定したカスタムエントリーを取得します。

実行に必要な権限

すべてのユーザー:公開された情報のみ

リクエスト

GET /baser/api/bc-custom-content/custom_entries/{customEntryId}.json

クエリパラメーター

パラメーター名 必須 内容
custom_table_id 数値 くろまる カスタムテーブルID

パスパラメーター

パラメーター名 必須 内容
customEntryId 数値 くろまる カスタムエントリーID

レスポンス例

レスポンスボディ

{"entry":{"id":3,"custom_table_id":5,"name":"工業","title":"工業","parent_id":null,"lft":1,"rght":2,"level":0,"status":false,"publish_begin":null,"publish_end":null,"published":null,"creator_id":null,"modified":"2023-04-06T13:10:10+09:00","created":"2023-04-06T13:00:12+09:00","custom_table":{"id":5,"type":"1","name":"country","title":"国","display_field":"1","has_child":true,"created":"2023-04-06T10:30:45+09:00","modified":"2023-04-06T10:30:45+09:00"}},"message":null}

AltStyle によって変換されたページ (->オリジナル) /