Get a note

Retrieve the full details of a single CRM note by its identifier. The response includes the note''s text content, creation date, author, and any associated contacts, companies, or deals.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired
Note ID to get

Response

Returns the Note by id
textstring1-10000 characters

Content of the note. Supports HTML for rich text formatting. Supported tags include: <p> (paragraph), <b> / <strong> (bold), <i> / <em> (italic), <u> (underline), <br /> (line break), <a href="..."> (labelled hyperlink). Example labelled link: <a href="https://example.com">Link text</a>.

idstringOptional
Unique note Id
contactIdslist of integersOptional
Contact ids linked to a note
companyIdslist of stringsOptional
Company ids linked to a note
dealIdslist of stringsOptional
Deal ids linked to a note
authorIdobjectOptional
Account details of user which created the note
createdAtdatetimeOptional

Note created date/time

updatedAtdatetimeOptional

Note updated date/time

Errors

400
Bad Request Error
404
Not Found Error