Get Opportunity Note List
Get Opportunity Note List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 10,
"start": 0,
"perPage": 50,
"count": 3
},
"results": [
{
"id": 2,
"leadId": 4,
"note": "<p>Opportunity Note 1</p>\n",
"createdByUserId": 1,
"createdDate": "2022-06-12 06:06:03 UTC",
"modifiedDate": "2022-07-13 01:32:10"
},
{
"id": 4,
"leadId": 4,
"note": "Opportunity Note 2",
"createdByUserId": 1,
"createdDate": "2022-07-13 01:27:27 UTC",
"modifiedDate": "2022-07-13 01:27:27"
},
{
"id": 5,
"leadId": 4,
"note": "Opportunity Note 3",
"createdByUserId": 1,
"createdDate": "2022-07-13 01:29:41 UTC",
"modifiedDate": "2022-07-13 01:29:41"
},
]
}
Example Request
Opportunity Note
Property
Type
Description
Last updated