Box Doc GenジョブのStandard版の表示。
12345
Box Doc Genジョブを表す一意の識別子。
docgen_job
docgen_job
次の値に固定: docgen_job
ジョブが属しているBox Doc Genのバッチ。
ジョブの出力ファイル。このプロパティは、ジョブが完了するまでnull
となります。
42037322
オブジェクトのID
file
file
次の値に固定: file
出力ファイルのファイルバージョン。このプロパティは、ジョブが完了するまでnull
となります。
12345
ファイルバージョンを表す一意の識別子。
file_version
file_version
次の値に固定: file_version
docx
生成されたファイルの種類。
completed
ジョブのステータス。
次の値のいずれか1つ: submitted
,completed
,failed
,completed_with_error
,pending
ジョブで使用されたBox Doc Genテンプレート。
42037322
オブジェクトのID
file
file
次の値に固定: file
テンプレートのファイルバージョン。
12345
ファイルバージョンを表す一意の識別子。
file_version
file_version
次の値に固定: 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"
}
}