 | CtiRawActionsGetCdrListSimple 方法 |
简化版异步获取话单记录,支持分页查询。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetCdrList> GetCdrListSimple(
string starttime,
string endtime,
string caller = null,
string callee = null,
string uniqueid = null,
string offset = null,
string rows = null,
bool history = false
)
Public Function GetCdrListSimple (
starttime As String,
endtime As String,
Optional caller As String = Nothing,
Optional callee As String = Nothing,
Optional uniqueid As String = Nothing,
Optional offset As String = Nothing,
Optional rows As String = Nothing,
Optional history As Boolean = false
) As Task(Of ResponseGetCdrList)
public:
Task<ResponseGetCdrList^>^ GetCdrListSimple(
String^ starttime,
String^ endtime,
String^ caller = nullptr,
String^ callee = nullptr,
String^ uniqueid = nullptr,
String^ offset = nullptr,
String^ rows = nullptr,
bool history = false
)
member GetCdrListSimple :
starttime : string *
endtime : string *
?caller : string *
?callee : string *
?uniqueid : string *
?offset : string *
?rows : string *
?history : bool
(* Defaults:
let _caller = defaultArg caller null
let _callee = defaultArg callee null
let _uniqueid = defaultArg uniqueid null
let _offset = defaultArg offset null
let _rows = defaultArg rows null
let _history = defaultArg history false
*)
-> Task<ResponseGetCdrList> 参数
- starttime String
- 开始日期或开始日期时间
- endtime String
- 结束日期或结束日期时间
- caller String (Optional)
- 主叫号码(可选)
- callee String (Optional)
- 被叫号码 (可选)
- uniqueid String (Optional)
- 呼叫编号(可选)
- offset String (Optional)
- 偏移量(默认0)(可选)
- rows String (Optional)
- 记录数(可选)
- history Boolean (Optional)
- 是否查询历史数据库记录(可选)
返回值
TaskResponseGetCdrListAPI 响应
参见