Export Notes
POST /v1/notes/export
Content-Type: application/jsonRequest body
Field
Type
Required
Description
Example request
{
"uuid": [
"0f8fad5b-d9cb-469f-a165-70867728950e",
"3d1f2c44-9b0a-4f7e-8c53-6a1e9d20b471"
],
"format": "pdf",
"timezone": "America/Chicago",
"date_format": "MMM D, YYYY h:mm A"
}Response — 200 OK
Examples
Export a note to PDF and save it locally
Export every note in a case to a single DOCX
Errors
Status
Body
Cause
Last updated
Was this helpful?