Get all notes

GET {{baseUrl}}/crm/notes?entity=deals&entityIds=veniam elit in&dateFrom=-41398727&dateTo=-41398727&offset=13396752&limit=50&sort=desc

Request Params

KeyDatatypeRequiredDescription
entitystringFilter by note entity type
entityIdsstringFilter by note entity IDs
dateFromnumberdateFrom to date range filter type (timestamp in milliseconds)
dateTonumberdateTo to date range filter type (timestamp in milliseconds)
offsetnumberIndex of the first document of the page
limitnumberNumber of documents per page
sortstringSort the results in the ascending/descending order. Default order is descending by creation if sort is not passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"text":"In communication with client for resolution of queries.","id":"61a5cd07ca1347c82306ad09","contactIds":[247,1,2],"dealIds":["61a5ce58c5d4795761045990","61a5ce58c5d4795761045991"],"authorId":{"email":"johndoe@example.com","locale":"en_GB","timezone":"Asia/Kolkata","name":{"fullName":"John Doe"}},"createdAt":"2017-05-01T17:05:03.000Z","updatedAt":"2017-05-01T17:05:03.000Z"},{"text":"In communication with client for resolution of queries.","id":"61a5cd07ca1347c82306ad09","contactIds":[247,1,2],"dealIds":["61a5ce58c5d4795761045990","61a5ce58c5d4795761045991"],"authorId":{"email":"johndoe@example.com","locale":"en_GB","timezone":"Asia/Kolkata","name":{"fullName":"John Doe"}},"createdAt":"2017-05-01T17:05:03.000Z","updatedAt":"2017-05-01T17:05:03.000Z"}]