1. Danh sách cuộc gọi
Mô tả API lấy dữ liệu xuất báo cáo cuộc gọi, gọi ra
Thông tin
Mô tả
Tạo request
curl -X 'POST' \
'https://localhost:7222/API/Voice/Agent/AgentCallHistory' \
-H 'accept: */*' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"Take": 10,
"Skip": 0,
"Search": {
"StringValue1": "<SĐT khách hàng>",
"ListString1": [<username agent>],
"StringValue3": "<Từ ngày>",
"StringValue4": "<Đến ngày>",
"StringValue5": "<Hướng cuộc gọi>"
}
}'Request Body
Name
Type
Description
Last updated