Get all notes

Authentication

api-keystring

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

Query parameters

entityenumOptional
Filter by note entity type
Allowed values:
entityIdsstringOptional
Filter by note entity IDs
dateFromintegerOptional

dateFrom to date range filter type (timestamp in milliseconds)

dateTointegerOptional

dateTo to date range filter type (timestamp in milliseconds)

offsetlongOptional
Index of the first document of the page
limitlongOptionalDefaults to 50
Number of documents per page
sortenumOptional

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
textstring1-3000 characters
Text content of a note
authorIdobject or null
Account details of user which created the note
contactIdslist of integers or null
Contact ids linked to a note
createdAtdatetime or null

Note created date/time

dealIdslist of strings or null
Deal ids linked to a note
idstring or null
Unique note Id
updatedAtdatetime or null

Note updated date/time

Errors