云客服-外呼异常分类统计:接口URI
接口URI
https://ip:port/rest/isales/v1/openapi/campaigns/{vdnId}/failcategorystatistics?campaignId={campaignId}&startDate={startDate}&endDate={endDate}
其中,ip为CC-iSales服务器地址,port为CC-iSales服务器的HTTPS端口号。
序号 |
参数名 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
vdnId |
int |
True |
虚拟呼叫中心ID。 取值的类型为整数,取值范围为1~9999。 |
2 |
campaignId |
String |
True |
外呼数据ID |
3 |
startDate |
String |
False,该字段有值,则endDate必传。 |
查询开始时间 格式: yyyy-MM-dd |
4 |
endDate |
String |
False,该字段有值,则startDate必传。 |
查询结束时间 格式: yyyy-MM-dd 结束时间-开始时间小于等于30天, |