GET /crm/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.

Servers

Query parameters

Name Type Required Description
entityIds String No

Filter by note entity IDs

limit Integer No

Number of documents per page

Default value: 50

entity String No

Filter by note entity type

Valid values:

  • "contacts"
  • "deals"
  • "companies"
sort String No

Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed

Valid values:

  • "desc"
  • "asc"
dateFrom Integer No

dateFrom to date range filter type (timestamp in milliseconds)

dateTo Integer No

dateTo to date range filter type (timestamp in milliseconds)

offset Integer No

Index of the first document of the page

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.