根据类型获取流程列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据类型获取流程列表</li>
</ul>
<p><strong>请求URL:</strong>
-<code>测试: http://192.168.0.103:8080/RichOA/a/assetmanager/IAsset/getProcessByType</code>
-<code>线上: http://oa.richx.cn/a/assetmanager/IAsset/getProcessByType</code></p>
<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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校id</td>
</tr>
<tr>
<td style="text-align: left;">proctype</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>流程分类0. 普通流程 1. 购买流程 2维修报价</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取流程成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;id&quot;: &quot;8&quot;,
&quot;createTime&quot;: 1511609062000,
&quot;effect&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;维修报价示例&quot;,
&quot;creater&quot;: &quot;291&quot;,
&quot;type&quot;: &quot;0&quot;,
&quot;proctype&quot;: &quot;2&quot;,
&quot;version&quot;: &quot;2&quot;
}
]
}</code></pre>