Get all notes
Retrieve a paginated list of CRM notes with optional filtering by entity type, entity IDs, and date range. Results are sorted by creation date in descending order by default, with a default limit of 50 notes per page.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
entity
Filter by note entity type
Allowed values:
entityIds
Filter by note entity IDs
dateFrom
dateFrom to date range filter type (timestamp in milliseconds)
dateTo
dateTo to date range filter type (timestamp in milliseconds)
offset
Index of the first document of the page
limit
Number of documents per page
sort
Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed
Allowed values:
Response
Returns notes list with filters
text
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>.
id
Unique note Id
contactIds
Contact ids linked to a note
companyIds
Company ids linked to a note
dealIds
Deal ids linked to a note
createdAt
Note created date/time
updatedAt
Note updated date/time
Errors
400
Bad Request Error