v1
latestOpenAPI 3.0.22026-07-261040577.4 KBNotes
Export note
Export the content body of a data entry (note) in either HTML or Markdown format. Use the type path parameter to specify the desired format: html or markdown.
Note: The notes resource has been renamed to data in Dovetail. New integrations should use Export data (GET /v1/data/:data_id/export/:type) instead.
This is the only way to retrieve the actual text content of a data entry via the API. The Get note endpoint returns metadata only.
Returns the note object with an additional content_html or content_markdown field containing the full content.
get/v1/notes/{note_id}/export/{type}
Path parameters
note_idstring required
Unique identifier of the note.
type'html' | 'markdown' required
Response
200