{
"data": [
{
"id": "CONTACT001",
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@acme.com",
"phoneNumber": "+1-555-0123",
"avatarUrl": "https://example.com/avatar.jpg",
"accounts": [
{
"id": "ACC001",
"name": "Acme Corporation"
}
],
"contactTypeId": "TYPE001",
"contactType": "Decision Maker",
"customFieldValues": [
{
"customFieldId": "CUSTOM001",
"data": "Senior Manager",
"metadata": {}
}
],
"metadata": {
"department": "Engineering",
"lastContactDate": "2025-07-24T10:00:00Z"
},
"createdAt": "2025-07-24T07:19:10.258Z",
"updatedAt": "2025-07-24T07:19:10.258Z"
},
{
"id": "CONTACT002",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane.doe@acme.com",
"phoneNumber": "+1-555-0456",
"avatarUrl": "https://example.com/jane-avatar.jpg",
"accounts": [
{
"id": "ACC001",
"name": "Acme Corporation"
}
],
"contactTypeId": "TYPE002",
"contactType": "Technical Contact",
"customFieldValues": [],
"metadata": {
"department": "IT",
"lastContactDate": "2025-07-23T14:30:00Z"
},
"createdAt": "2025-07-24T08:19:10.258Z",
"updatedAt": "2025-07-24T08:19:10.258Z"
}
],
"status": true,
"message": "Customer contacts filtered successfully!",
"timestamp": "2025-07-25T12:50:38.937Z"
}