Export note content as PDF

Renders the supplied HTML body and optional header/footer into a downloadable PDF named Export notes.pdf.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
export_bodystringRequired
export_headerstring or nullOptional
margin_topdoubleOptional
margin_bottomdoubleOptional
margin_leftdoubleOptional
margin_rightdoubleOptional

Response headers

Content-DispositionstringOptional
Content-Lengthinteger

Response

PDF file download.

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error