Download board minutes as PDF
GET
https://app.speybooks.com/api/v1/board-minutes/{id}/pdfReads a board minutes record by its prefixed ID, assembles the resolution detail and company information, and returns a generated PDF. The response is a binary PDF stream, not the JSON envelope: Content-Type is application/pdf and a Content-Disposition attachment header carries a filename derived from the resolution reference. A malformed ID is rejected, and an ID that does not resolve to a record in the caller's organisation returns not found.
Path parameters
idstringrequiredBoard minutes ID (e.g. bm_1). Must use the board_minutes prefix.
Response
200Returns the board minutes as a PDF binary stream. Content-Type is application/pdf with a Content-Disposition attachment header.
Error codes
400Invalid board minutes ID format.
404Board minutes not found or does not belong to this organisation.