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.
The API key should be passed in the request headers as api-key for authentication.
dateFrom to date range filter type (timestamp in milliseconds)
dateTo to date range filter type (timestamp in milliseconds)
Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed
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>.
Note created date/time
Note updated date/time