Get Lead Note List
Get Lead Note List
POST
[PlatformAddress]/api/1.0/crm?action=getLeadNoteList
Fetches a list of notes for a specific lead.
Path Parameters
leadId
integer
The unique identifier of the lead to which the lead notes belong
perPage
integer
The number of lead notes to fetch
start
integer
The starting result of the page. Note this is zero based (i.e. sending start=0 will start from the first result.)
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.
Example Request
Fetches a list of Notes for a specific Lead
Lead Note
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 updated