{
"offset": 0,
"limit": 0,
"id": 1,
"taskId": 123,
"dealerId": 456,
"taskDealerId": "task_dealer_789",
"phoneFrom": "+1234567890",
"phoneTo": "+0987654321",
"callId": "call_123456",
"status": 1,
"successful": 1,
"startTime": "2024-01-01 10:00:00",
"callTime": "2024-01-01 10:00:00",
"endTime": "2024-01-01 10:05:00",
"callStatus": "completed",
"disconnectionReason": "user_hangup",
"sentiment": "positive",
"transcriptObject": "{transcript}",
"cost": 0.05,
"callDuration": "5:30",
"keyWord": "technology",
"people": "张三",
"company": "ABC公司",
"job": "软件工程师",
"nameReq": "张三",
"recordingUrl": "https://example.com/recording.mp3"
}
curl --location --request POST '/aiCall/callList' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"limit": 0,
"id": 1,
"taskId": 123,
"dealerId": 456,
"taskDealerId": "task_dealer_789",
"phoneFrom": "+1234567890",
"phoneTo": "+0987654321",
"callId": "call_123456",
"status": 1,
"successful": 1,
"startTime": "2024-01-01 10:00:00",
"callTime": "2024-01-01 10:00:00",
"endTime": "2024-01-01 10:05:00",
"callStatus": "completed",
"disconnectionReason": "user_hangup",
"sentiment": "positive",
"transcriptObject": "{transcript}",
"cost": 0.05,
"callDuration": "5:30",
"keyWord": "technology",
"people": "张三",
"company": "ABC公司",
"job": "软件工程师",
"nameReq": "张三",
"recordingUrl": "https://example.com/recording.mp3"
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": [
{
"id": 0,
"taskId": 0,
"dealerId": 0,
"taskDealerId": "string",
"phoneFrom": "string",
"phoneTo": "string",
"callId": "string",
"status": 0,
"successful": 0,
"startTime": "string",
"callTime": "string",
"endTime": "string",
"callStatus": "string",
"disconnectionReason": "string",
"sentiment": "string",
"transcriptObject": "string",
"cost": 0,
"callDuration": "string",
"callDurationSecond": 0,
"keyWord": "string",
"people": "string",
"company": "string",
"job": "string",
"recordingUrl": "string",
"userId": 0,
"type": 0,
"country": "string"
}
],
"returnCode": 0,
"count": 0,
"isEmpty": true
}