get https://sandbox.elationemr.com/api/2.0/reports//printable
Providers are able to print a view of the lab report including the data provided behind this endpoint.
Each report response includes a link to obtain this view; a PDF file.
When you GET the link you'll receive a response with application/pdf and the bytes of the PDF.
NOTE
PDFs uploaded to the report from the API or UI are rasterized and saved as images if they are under 21 pages long. However, PDFS larger than 20 pages and other type of files are saved as actual files, which are not viewable from the printable view. To access these large files, you need to get the base64 of them from the get report endpoint.