点击或拖拽改变大小

CtiRawActionsGetBlackList 方法

异步获取黑名单列表,支持分页查询。

命名空间: Ipxchina.Sdk.Cti.Actions
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseGetBlackList> GetBlackList(
	string phone = null,
	string blacklistname = null,
	string sort = null,
	string sens = null,
	string offset = null,
	string rows = null
)

参数

phone  String  (Optional)
号码(可选)
blacklistname  String  (Optional)
类别编码(可选)
sort  String  (Optional)
排序字段(默认id)(可选)
sens  String  (Optional)
排序方式(DESC/ASC 默认 DESC)(可选)
offset  String  (Optional)
偏移量(默认0)(可选)
rows  String  (Optional)
记录数(可选)

返回值

TaskResponseGetBlackList
API 响应
参见