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