Box Developer Documentation
 

    Box Doc Gen template tag

    A Box Doc Gen template tag object.

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

    List of the paths.

    {{item.name}}

    The content of the tag.

    string
    text

    Type of the tag.

    Value is one of text,arithmetic,conditional,for-loop,table-loop,image

    Response Example

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