Get Lead Note List
post
[PlatformAddress]/api/1.0/crm?action=getLeadNoteList
Get Lead Note List
The result from this call will be a collection of lead note to which the user has access. This call also accepts the pagination and filter properties.
Fetches a list of Notes for a specific Lead
{
"leadId" : 4,
"perPage" : 50
}
Property | Type | Description |
---|---|---|
id | integer | The unique id of the lead note |
leadId | integer | The leads to which the lead note belongs |
note | string | The lead note |
createdByUserId | integer | The details of person who created the lead note |
createdDate | timestamp | The date & time the lead note was created |
modifiedDate | timestamp | The date & time the lead note was last modified |
Last modified 1yr ago