获取外呼拦截组配置列表
POST
https://qiyukf.com/openapi/icoutcall/callIntercept/list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/icoutcall/callIntercept/list?appKey=&time=&checksum='
响应示例响应示例
{
"code": 200,
"message": "获取成功",
"data": [
{
"createTime": "2021-09-28 17:56:08",
"updateTime": "2021-11-11 14:57:03",
"tenantCallInterceptId": 4264,
"callOutRestrict": "YES",
"callOutDays": 1,
"callOutCount": 3,
"getThroughRestrict": "YES",
"getThroughDays": 7,
"getThroughCount": 1,
"notExistDays": 30,
"notServiceDays": 30,
"defaultStatus": false,
"source": "CUSTOM",
"type": "TENANT",
"name": "内部员工演示"
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
返回响应
修改于 2022-01-28 04:30:46