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
Key | Datatype | Required | Description |
---|---|---|---|
entity | string | Filter by note entity type | |
entityIds | string | Filter by note entity IDs | |
dateFrom | number | dateFrom to date range filter type (timestamp in milliseconds) | |
dateTo | number | dateTo to date range filter type (timestamp in milliseconds) | |
offset | number | Index of the first document of the page | |
limit | number | Number of documents per page | |
sort | string | Sort the results in the ascending/descending order. Default order is descending by creation if sort is not passed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}]