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