Sales::Opportunities::Note
Fetch Note
Fetch Note
get/sales/opportunities/notes/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 49,
"public_id": "zAUjDv",
"opportunity_id": 24,
"content": "Example note",
"created_by_id": 53,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}