Return a note
Return a note by id
Path parameters
Note id to return
Query parameters
Format of the content to return (Markdown, Html, or SliteML)
For html export: inline embeds the full Slite stylesheet (self-contained, larger payload); none omits it so the consumer supplies its own CSS (much smaller payload).
For html format only: whether to inline the Slite stylesheet (inline, default) or omit it so you supply your own CSS (none, much smaller payload). Ignored for other formats.
For sliteml format only: when true, returns the compact serialization (standard markdown for common blocks, XML only for rich Slite blocks) instead of the verbose full-tag XML. Smaller payload, recommended for new integrations, and accepted as-is by the write endpoints. Ignored for other formats.
Response
Ok
Changes
Changed in 2 of the 5 revisions of this API.2
- ○
added the non-success response with the status
413response-non-success-status-added
- ○
- ○
the security scope
readwas added to the endpoint's security schemebearerapi-security-scope-added
- ○