{
"requestId": "uuid string",
"data": [
{
"id": "uuid string",
"uniqueCallId": "string",
"timeStart": "datetime string (YYYY-MM-DD HH:mm:ss)",
"callFrom": "string",
"callTo": "string",
"callDuration": 0,
"talkDuration": 0,
"srcTrunkName": "string",
"dstTrunkName": "string",
"status": "string",
"type": "string",
"recording": "string",
"didNumber": "string",
"agentRingTime": 0,
"uploadId": "uuid string or null",
"serialNumber": "string",
"extensionId": "uuid string or null",
"telephonyQueueId": "uuid string or null",
"contactId": "uuid string or null",
"createdAt": "datetime string",
"updatedAt": "datetime string",
"deletedAt": "datetime string or null",
"isQueueMissedCall": false,
"callParticipants": "array or null",
"wrapUpFormId": "uuid string or null",
"telephonyIvrId": "uuid string or null",
"upload": {
"id": "uuid string",
"fileName": "string",
"fileSize": 0,
"fileUrl": "url string"
},
"extension": {
"id": "uuid string",
"userId": "uuid string",
"user": {
"id": "uuid string",
"createdAt": "datetime string",
"updatedAt": "datetime string",
"name": "string",
"phone": "string"
},
"extensionId": "string",
"extensionName": "string",
"createdAt": "datetime string",
"updatedAt": "datetime string",
"deletedAt": "datetime string or null"
},
"telephonyQueue": {
"id": "uuid string",
"name": "string",
"status": "string",
"ringStrategy": "string",
"callTimeout": 0,
"companyId": "uuid string",
"wrapUpTime": 0,
"createdAt": "datetime string",
"updatedAt": "datetime string",
"deletedAt": "datetime string or null"
},
"contact": {
"id": "uuid string",
"createdAt": "datetime string",
"updatedAt": "datetime string",
"deletedAt": "datetime string or null",
"name": "string",
"address": "string or null",
"channel": "string",
"notes": "string or null",
"contactNumber": 0,
"companyId": "uuid string or null",
"contactProfile": "object or null",
"socialProfileUrl": "url string or null"
},
"tags": [
{
"id": "uuid string",
"name": "string",
"color": "string hex"
}
]
}
],
"total": 0,
"page": 1,
"pageSize": 10,
"lastPage": 0
}