Links

Get Opportunity Note List

post
[PlatformAddress]/api/1.0/crm?action=getOpportunityNoteList
Get Opportunity Note List
The result from this call will be a collection of opportunity 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 Opportunity
{
"venueId": 1
"leadId" : 4,
"perPage" : 50
}

Opportunity Note

Property
Type
Description
id
integer
The unique id of the opportunity note
leadId
integer
The opportunity to which the opportunity note belongs
note
string
The opportunity note
createdByUserId
integer
The details of person who created the opportunity note
createdDate
timestamp
The date & time the opportunity note was created
modifiedDate
timestamp
The date & time the opportunity note was last modified