呼叫系统API


坐席报表

<h3><strong>简要描述:</strong></h3> <h1>- 坐席报表table表头</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://xx.com/admin/report/agentHeaders</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;, &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://xx.com/admin/report/agent</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>项目编号 ,初始值:0</td> </tr> <tr> <td>startd</td> <td>是</td> <td>date</td> <td>开始日期:2019-01-01</td> </tr> <tr> <td>endd</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;0&amp;quot;, &amp;quot;应答数&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;成功率&amp;quot;: &amp;quot;--&amp;quot;, &amp;quot;平均通话时长(秒)&amp;quot;: &amp;quot;0.0000&amp;quot;, &amp;quot;消费金额(元)&amp;quot;: &amp;quot;0.0000&amp;quot;, &amp;quot;通话总时长(分)&amp;quot;: &amp;quot;0.0000&amp;quot;, &amp;quot;呼叫总数&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;姓名&amp;quot;: &amp;quot;1003&amp;quot;, &amp;quot;呼出数&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;应答率&amp;quot;: &amp;quot;0.00&amp;quot;, &amp;quot;日期&amp;quot;: &amp;quot;2021-08-30&amp;quot;, &amp;quot;工号&amp;quot;: &amp;quot;1003&amp;quot;, &amp;quot;成功数&amp;quot;: &amp;quot;0&amp;quot; }] }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML