呼叫系统API


任务报表

<h3><strong>简要描述:</strong></h3> <h1>- 任务报表table表头接口</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/report/taskHeaders</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: [&amp;quot;任务名称&amp;quot;, &amp;quot;呼叫总数&amp;quot;, &amp;quot;应答数&amp;quot;, &amp;quot;应答率&amp;quot;, &amp;quot;呼损数&amp;quot;, &amp;quot;呼损率&amp;quot;, &amp;quot;成功数&amp;quot;, &amp;quot;成功率&amp;quot;, &amp;quot;消费金额(元)&amp;quot;, &amp;quot;转接数&amp;quot;, &amp;quot;转接率&amp;quot;] }</code></pre> <h3><strong>简要描述:</strong></h3> <h1>- 条件查询接口</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/report/task</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>参数:</strong></p> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>project_id</td> <td>是</td> <td>int</td> <td>项目编号</td> </tr> <tr> <td>date</td> <td>是</td> <td>date</td> <td>日期:年月日 2019-01-01</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: [{ &amp;quot;转接数&amp;quot;: &amp;quot;533&amp;quot;, &amp;quot;应答数&amp;quot;: &amp;quot;533&amp;quot;, &amp;quot;成功率&amp;quot;: &amp;quot;0.00&amp;quot;, &amp;quot;呼损数&amp;quot;: &amp;quot;521&amp;quot;, &amp;quot;应答率&amp;quot;: &amp;quot;30.11&amp;quot;, &amp;quot;消费金额(元)&amp;quot;: &amp;quot;42.6400&amp;quot;, &amp;quot;转接率&amp;quot;: &amp;quot;100.00&amp;quot;, &amp;quot;呼叫总数&amp;quot;: &amp;quot;1770&amp;quot;, &amp;quot;成功数&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;呼损率&amp;quot;: &amp;quot;29.44&amp;quot;, &amp;quot;任务名称&amp;quot;: &amp;quot;test01&amp;quot; }] }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML