Box Developer Documentation

Box Doc Gen template (Base)

A base representation of a Box Doc Gen template, used when nested within another resource.

This resource has a few variations that can be encountered when using the API.

The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.

object

Enable the file to generate a document from.

string
42037322

ID of the object

string
file

file

Value is always file

Response Example

{
  "file": {
    "id": "42037322",
    "type": "file"
  }
}