Box Developerドキュメント

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"
}