GET api/Audits/GetAuditPdf/{id}

Gets the PDF for the specified audit.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the audit.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The PDF for the audit.

AuditPdf
NameDescriptionTypeAdditional information
Pdf

The audit pdf.

Collection of byte

None.

PdfGenerationDate

The timestamp of when the PDf was generated.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Pdf": "QEA=",
  "PdfGenerationDate": "2026-03-06T22:34:46.740263-05:00"
}