{
"success": true,
"data": [
{
"id": "note_001",
"title": "Discovery Call — Jane Smith",
"body": "Discussed current tech stack and pain points...",
"type": "call",
"record_ids": ["rec_contact_01", "rec_deal_01"],
"created_at": "2026-03-20T14:30:00Z",
"created_by": "user_abc"
},
{
"id": "note_002",
"title": "Internal: Pricing discussion",
"body": "Agreed on 15% discount for annual commitment.",
"type": "note",
"record_ids": ["rec_deal_01"],
"created_at": "2026-03-22T09:00:00Z",
"created_by": "user_def"
}
]
}