Lists Box Doc Gen jobs in a batch
Version header
次の値に固定: 2025.0
123
Box Doc Gen batch ID.
1000
1000
返す項目の1ページあたりの最大数。
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
結果が返される開始位置のマーカー。マーカーベースのページ割りを使用している場合に使用されます。
これを使用するには、usemarker
をtrue
に設定する必要があります。
Returns a list of Box Doc Gen jobs in a Box Doc Gen batch.
The client does not have access rights to the content or resource requested.
Returned if the batch is not found or the user does not have access to the associated batch.
The user has sent too many requests in a given amount of time.
An unexpected condition was encountered on the server.
curl -i -X GET "https://api.box.com/2.0/docgen_batch_jobs/12345" \
-H 'box-version: 2025.0' \
-H "authorization: Bearer <ACCESS_TOKEN>"
await client.docgen.getDocgenBatchJobByIdV2025R0(docgenBatch.id);
client.docgen.get_docgen_batch_job_by_id_v2025_r0(docgen_batch.id)
await client.Docgen.GetDocgenBatchJobByIdV2025R0Async(batchId: docgenBatch.Id);
{
"entries": [
{
"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"
}
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
}