GET api/GrowerHouses/mostRecentAuditPdf/{id}

Gets the most recent audit PDF for a given grower house.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the grower house to get the PDF for.

integer

Required

Body Parameters

None.

Response Information

Resource Description

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:40.5619501-05:00"
}