Download Batch PDF

Downloads the completed PDF file for a batch job.

GetBoardNames endpoint description
Description Downloads the consolidated PDF files as a single PDF
URL

/pdf/{batchPdfId}

Method GET
Parameter
  • Unique identifier for the batch job

  • Field: batchPdfId

  • Type: GUID

Content Type application/pdf

Path Paramters

Path parameters
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.