{
"data": [
{
"id": "ACTIVITY001",
"accountId": "ACC001",
"account": "Acme Corporation",
"activityTimestamp": "2025-07-24T10:00:00Z",
"duration": 60,
"location": "Conference Room A",
"title": "Quarterly Business Review",
"description": "Q2 2025 business review meeting to discuss performance metrics and strategic initiatives.",
"type": "Meeting",
"typeId": "TYPE001",
"typeConfiguration": {
"id": "TYPE001",
"name": "Meeting",
"color": "#3B82F6"
},
"status": "Completed",
"statusId": "STATUS001",
"statusConfiguration": {
"id": "STATUS001",
"name": "Completed",
"color": "#10B981"
},
"participants": ["John Smith", "Jane Doe", "Bob Johnson"],
"creator": "John Doe",
"creatorId": "USER001",
"creatorEmail": "john.doe@company.com",
"attachments": [
{
"id": "ATTACH001",
"fileName": "qbr_presentation.pdf",
"fileSize": 2048000,
"fileType": "application/pdf",
"url": "https://example.com/files/qbr_presentation.pdf"
}
],
"metadata": {
"priority": "high",
"tags": ["business-review", "quarterly"],
"followUpRequired": true
},
"createdAt": "2025-07-24T07:19:10.258Z",
"updatedAt": "2025-07-24T07:19:10.258Z"
},
{
"id": "ACTIVITY002",
"accountId": "ACC001",
"account": "Acme Corporation",
"activityTimestamp": "2025-07-23T14:30:00Z",
"duration": 30,
"location": "Phone Call",
"title": "Follow-up Call",
"description": "Follow-up call to discuss the technical requirements for the new feature implementation.",
"type": "Call",
"typeId": "TYPE002",
"typeConfiguration": {
"id": "TYPE002",
"name": "Call",
"color": "#8B5CF6"
},
"status": "Completed",
"statusId": "STATUS001",
"statusConfiguration": {
"id": "STATUS001",
"name": "Completed",
"color": "#10B981"
},
"participants": ["John Smith", "Jane Doe"],
"creator": "Jane Smith",
"creatorId": "USER002",
"creatorEmail": "jane.smith@company.com",
"attachments": [],
"metadata": {
"priority": "medium",
"tags": ["follow-up", "technical"],
"followUpRequired": false
},
"createdAt": "2025-07-23T08:19:10.258Z",
"updatedAt": "2025-07-23T08:19:10.258Z"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 2,
"totalPages": 1
},
"status": true,
"message": "Account activities retrieved successfully!",
"timestamp": "2025-07-25T12:50:38.937Z"
}