get https://{subdomain}.myclickfunnels.com/api/v2/sales/opportunities//notes
List Notes
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List Notes
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/opportunities/opportunity_id/notes \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 370,
"public_id": "RwCDBX",
"opportunity_id": 184,
"content": "Example note",
"created_by_id": 390,
"created_at": "2025-02-26T12:40:53.972Z",
"updated_at": "2025-02-26T12:40:53.972Z"
},
{
"id": 385,
"public_id": "rkMFYO",
"opportunity_id": 191,
"content": "Example note",
"created_by_id": 405,
"created_at": "2025-02-26T12:40:56.256Z",
"updated_at": "2025-02-26T12:40:56.256Z"
}
]