Get all notes
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
Text content of a note
contactIds
Contact ids linked to a note
createdAt
Note created date/time
dealIds
Deal ids linked to a note
id
Unique note Id
updatedAt
Note updated date/time