Download Batch PDF
Downloads the completed PDF file for a batch job.
| Description | Downloads the consolidated PDF files as a single PDF |
|---|---|
| URL |
/pdf/{batchPdfId} |
| Method | GET |
| Parameter |
|
| Content Type | application/pdf |
Path Paramters
| Field | Type | Description |
|---|---|---|
| batchPdfId | GUIDD | Unique identifier for the batch job |
Response
Status Code: 200 OK
Content-Type: application/pdf
Headers: Content-Disposition: attachment; filename="{filename}.pdf"
Returns the binary PDF file stream.