{
"offset": 0,
"limit": 0,
"id": 0,
"agentId": "string",
"phone": "string",
"callType": 0,
"zoneId": "string",
"callTime": "string",
"type": 0,
"status": 0,
"taskDealerId": "string",
"userId": 0,
"startTime": "string"
}
curl --location --request POST '/aiCall/callTaskList' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 0,
"limit": 0,
"id": 0,
"agentId": "string",
"phone": "string",
"callType": 0,
"zoneId": "string",
"callTime": "string",
"type": 0,
"status": 0,
"taskDealerId": "string",
"userId": 0,
"startTime": "string"
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": [
{
"id": 0,
"agentId": "string",
"agentIdIn": "string",
"phone": "string",
"callType": 0,
"zoneId": "string",
"callTime": "string",
"type": 0,
"status": 0,
"taskDealerId": "string",
"userId": 0,
"startTime": "string"
}
],
"returnCode": 0,
"count": 0,
"isEmpty": true
}