7.1话术模板列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>话术模板列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{BaseUrl}/api/templatelist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageIndex</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>分页:起始条索引(从0开始,0表示第一页,默认0)</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>分页:条数(默认5)</td>
</tr>
<tr>
<td style="text-align: left;">voice_break</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>打断方式 0:匹配打断 1:有声打断</td>
</tr>
<tr>
<td style="text-align: left;">project_name</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>项目名称</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
&quot;api_key&quot;: &quot;nwXF1RSJ&quot;,
&quot;user_sn&quot;: &quot;SYSUSER|b3397882e26ba9e7fb8f01f1af345bde&quot;,
&quot;pageSize&quot;:2,
&quot;pageIndex&quot;:0,
&quot;project_name&quot;:&quot;zzh人机耦合&quot;
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;current_page&quot;: 1,
&quot;data&quot;: [
{
&quot;voice_break&quot;: &quot;匹配打断&quot;,
&quot;status&quot;: &quot;使用中&quot;,
&quot;sn&quot;: &quot;projects|4a92f90b5339646b36e9805600820deb&quot;,
&quot;project_name&quot;: &quot;zzh人机耦合&quot;,
&quot;project_caption&quot;: &quot;zzh加微信话术&quot;,
&quot;created_at&quot;: &quot;2022-10-28 14:20:19&quot;,
&quot;is_production&quot;: &quot;生产版&quot;,
&quot;privatization&quot;: &quot;否&quot;,
&quot;question_sn&quot;: &quot;question20221028142020Ga2&quot;,
&quot;project_code&quot;: &quot;202210281420192kd&quot;,
&quot;recordist&quot;: &quot;-&quot;,
&quot;is_people_collaborate&quot;: &quot;-&quot;,
&quot;contact&quot;: null,
&quot;version_name&quot;: null,
&quot;phvstatus&quot;: null,
&quot;version_id&quot;: null
}
],
&quot;first_page_url&quot;: &quot;https://xxx.com/api/templatelist?page=1&quot;,
&quot;from&quot;: 1,
&quot;last_page&quot;: 1,
&quot;last_page_url&quot;: &quot;https://xxx.com/api/templatelist?page=1&quot;,
&quot;next_page_url&quot;: null,
&quot;path&quot;: &quot;https://xxx.com/api/templatelist&quot;,
&quot;per_page&quot;: 5,
&quot;prev_page_url&quot;: null,
&quot;to&quot;: 1,
&quot;total&quot;: 1
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">voice_break</td>
<td style="text-align: left;">string</td>
<td>打断方式</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">string</td>
<td>模板状态</td>
</tr>
<tr>
<td style="text-align: left;">sn</td>
<td style="text-align: left;">string</td>
<td>模板编号</td>
</tr>
<tr>
<td style="text-align: left;">project_name</td>
<td style="text-align: left;">string</td>
<td>模板名称</td>
</tr>
<tr>
<td style="text-align: left;">project_caption</td>
<td style="text-align: left;">string</td>
<td>模板描述</td>
</tr>
<tr>
<td style="text-align: left;">created_at</td>
<td style="text-align: left;">datetime</td>
<td>创建时间</td>
</tr>
<tr>
<td style="text-align: left;">is_production</td>
<td style="text-align: left;">string</td>
<td>是否生产版本</td>
</tr>
<tr>
<td style="text-align: left;">privatization</td>
<td style="text-align: left;">string</td>
<td>是否私有</td>
</tr>
<tr>
<td style="text-align: left;">question_sn</td>
<td style="text-align: left;">string</td>
<td>入口主流程编号</td>
</tr>
<tr>
<td style="text-align: left;">project_code</td>
<td style="text-align: left;">string</td>
<td>项目编码</td>
</tr>
<tr>
<td style="text-align: left;">recordist</td>
<td style="text-align: left;">string</td>
<td>录音人</td>
</tr>
<tr>
<td style="text-align: left;">is_people_collaborate</td>
<td style="text-align: left;">string</td>
<td>是否多人录音</td>
</tr>
<tr>
<td style="text-align: left;">contact</td>
<td style="text-align: left;">string</td>
<td>所属人</td>
</tr>
<tr>
<td style="text-align: left;">version_name</td>
<td style="text-align: left;">string</td>
<td>版本名称</td>
</tr>
<tr>
<td style="text-align: left;">phvstatus</td>
<td style="text-align: left;">string</td>
<td>版本状态</td>
</tr>
<tr>
<td style="text-align: left;">version_id</td>
<td style="text-align: left;">int</td>
<td>版本id</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>