curl --location --request GET 'https://apigw.klinkcx.com/api/v1/cx-logs?selectedDate=2025/04/01 00:00:00-2025/04/25 23:59:00&page&pageSize' \
--header 'x-client-timezone: Asia/Singapore' \
--header 'Authorization: Bearer <token>' {
"requestId": "",
"cxLogs": {
"data": [
{
"id": "",
"caseId": null,
"entityId": "",
"entityName": "",
"contactId": "",
"channel": "",
"queueId": "",
"agentId": "",
"direction": "",
"startedDate": "",
"handledTime": null,
"firstResponseTime": null,
"createdAt": "",
"updatedAt": "",
"deletedAt": null,
"wrapUpFormId": "",
"wrapUpDuration": null,
"slaStatus": null,
"firstAssigneeId": "",
"closedAssigneeId": "",
"totalHoldDuration": null,
"fullHandledTime": null,
"resolutionTime": null,
"fullResolutionTime": null,
"cxIntelligenceStatus": null,
"firstRepliedTime": null,
"contact": {...},
"firstAssignee": {...},
"agent": {...},
"closedAssignee": {...},
"mailRoom": null,
"room": {...}
},
{...}
],
"total": ...,
"page": 1,
"pageSize": 10,
"lastPage": ...
}
}