Get report PDF

View as Markdown
The **Get Report PDF API** retrieves the PDF file for a specific report for a given sample. - **Method:** `GET` - **Path:** `{{baseUrl}}/reports/pdf/{sampleId}/{reportCode}` - **Example:** `{{baseUrl}}/reports/pdf/EG23A100/EGGENSOL` - **Purpose:** Returns the binary PDF document for the specified report code (e.g., `EGGENSOL`) belonging to the sample ID (e.g., `EG23A100`), so it can be viewed, downloaded, or attached in downstream systems.

Authentication

x-api-keystring
API Key authentication via header

Response

OK