Box Developerドキュメント

Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。

Box Doc Genテンプレートタグ

Box Doc Genテンプレートタグオブジェクト。

string array
["products","products.name"]

パスのリスト。

{{item.name}}

タグの内容。

string
text

タグの種類。

次の値のいずれか1つ: text,arithmetic,conditional,for-loop,table-loop,image

レスポンスの例

{
  "json_paths": [
    "products",
    "products.name"
  ],
  "tag_content": "{{item.name}}",
  "tag_type": "text"
}