Notes
Get a note
Retrieve a note by ID
GET
Get a note
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Response
successful
The note ID
Example:
"abc123xyz"
The plaintext content of the note
Example:
"Meeting notes from client discussion"
Whether the note is pinned
Example:
false
The complete set of label IDs applied to the note
Records referenced by the note
The book ID
Example:
"book123xyz"
When the note was created
When the note was last updated
Whether the note is hidden
Example:
false
The household ID
Example:
"household123xyz"
The ID of the user who created the note
Example:
"user123xyz"
Previous
Update a noteUpdate a note. Only provided fields change; tag_ids and references replace their complete sets.
Next
Get a note