v1
latestOpenAPI 3.1.02026-07-2422707.0 MBList the notes of an opportunity
Supply the unique identifier of the opportunity as opportunity_id and this API will retrieve the notes of the opportunity.
get/v1/opportunities/{opportunity_id}/notes
Path parameters
opportunity_idstring required
Unique identifier of the opportunity.
Response
200
Example response
{
"notes": [
{
"id": "832657ab-6e8f-4872-b6a1-1e8337102e6e",
"value": "added note from api",
"updated_by_id": "5b2a4f2a-489b-45bf-9fc7-b2d413c2870b",
"creation_date": "2019-04-19T05:25:14.907"
}
]
}