Documentation Index

Fetch the complete documentation index at: https://help.docfusioncloud.com/llms.txt

Use this file to discover all available pages before exploring further.

[Get] Get Batch Record Document

Prev Next

GET  /api/DocBatch/GetBatchRecordDocument

Required User-Role: BatchViewer

Returns the payload of the document for the specified batch record as a stream.


Request

GET /api/DocBatch/GetBatchRecordDocument?tenantGuid={tenantGuid}&batchGuid={batchGuid}&batchRecordId={batchRecordId}
content-type: application/json
authorization: Bearer {token}

See Authentication for more about bearer tokens.

   

Query Parameters

tenantGuid (string($uuid)) Required
The Guid of the batch tenant containing the batch.

batchGuid (string($uuid)) Required
Unique Guid of the batch containing the batch record.

batchRecordId (integer($int64)) Required 
ID of the batch record.

   

Response

200  Returns the batch record payload.

// application/octet-stream

string

Error Codes

HTTP

401 Unauthorized

403 Forbidden