A standard representation of a Box Doc Gen job.
12345The unique identifier that represent a Box Doc Gen job.
docgen_jobThe value will always be docgen_job.
Value is always docgen_job
Box Doc Gen batch that the job belongs to.
The output file of the job. This property is null until the job is completed.
42037322ID of the object.
fileThe value will always be file.
Value is always file
File version of the output file. This property is null until the job is completed.
12345The unique identifier that represent a file version.
file_versionThe value will always be file_version.
Value is always file_version
docxType of the generated file.
completedStatus of the job.
Value is one of submitted,completed,failed,completed_with_error,pending
Box Doc Gen template used in the job.
42037322ID of the object.
fileThe value will always be file.
Value is always file
File version of a template.
12345The unique identifier that represent a file version.
file_versionThe value will always be file_version.
Value is always file_version
{
"id": "12345",
"type": "docgen_job",
"batch": {
"id": "12345",
"type": "docgen_batch"
},
"output_file": {
"id": "42037322",
"type": "file"
},
"output_file_version": {
"id": "12345",
"type": "file_version"
},
"output_type": "docx",
"status": "completed",
"template_file": {
"id": "42037322",
"type": "file"
},
"template_file_version": {
"id": "12345",
"type": "file_version"
}
}