获取表单附件、文档类型附件信息列表
<p><strong>简要描述:</strong>
> 通过流程请求id获取流程附件、文档字段及签字意见附件信息列表</p>
<p><strong>维护人员:</strong>
> wea-amoy-peter</p>
<p><strong>请求URL:</strong></p>
<pre><code>http://oadev.itg.cn:8237/api/cus/flow/annex/getFlowAnnexList</code></pre>
<p><strong>HTTP请求方式:</strong></p>
<pre><code>GET</code></pre>
<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;">requestid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>流程请求id,示例:300300</td>
</tr>
</tbody>
</table>
<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;">api_status</td>
<td style="text-align: left;">boolean</td>
<td>API请求状态 true 或flase</td>
</tr>
<tr>
<td style="text-align: left;">datas</td>
<td style="text-align: left;">object</td>
<td>List数据集说明->><br/>1、annexid:附件id<br/>2、name:文件名称<br/>3、annextype:附件类型<br/>4、url:下载地址</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">String</td>
<td>为空表示正常,反之输出错误提示</td>
</tr>
</tbody>
</table>
<p><strong>返回参数示例:</strong></p>
<pre><code>{
&quot;datas&quot;: [
{
&quot;annexid&quot;: 3189,
&quot;name&quot;: &quot;E10升级计划.xlsx&quot;,
&quot;annextype&quot;: &quot;相关文档&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/weaver/weaver.file.FileDownloadForItg?fileCode=d6e57f90408b14f5471017f28987ee46f53351e9dc7565a05d46582d1a140a43&quot;
},
{
&quot;annexid&quot;: 3191,
&quot;name&quot;: &quot;IAM单点登录客户端接入说明.doc&quot;,
&quot;annextype&quot;: &quot;相关附件&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/weaver/weaver.file.FileDownloadForItg?fileCode=d6e57f90408b14f5471017f28987ee46fd5dc8f45f560d1765707f9fa3e162f4&quot;
},
{
&quot;annexid&quot;: 3192,
&quot;name&quot;: &quot;Redis哨兵模式运维手册v1.0.pdf&quot;,
&quot;annextype&quot;: &quot;相关附件&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/weaver/weaver.file.FileDownloadForItg?fileCode=d6e57f90408b14f5471017f28987ee46d95ce59602a109ccb24409593a19b169&quot;
},
{
&quot;annexid&quot;: 3193,
&quot;name&quot;: &quot;港澳通行证.docx&quot;,
&quot;annextype&quot;: &quot;相关附件&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/weaver/weaver.file.FileDownloadForItg?fileCode=1900f304f141f677fe82d794c7f11756326cb87d2c1dbefe0f5b3fd6487662e1&quot;
},
{
&quot;annexid&quot;: 3194,
&quot;name&quot;: &quot;组织机构代码副本.pdf&quot;,
&quot;annextype&quot;: &quot;相关附件&quot;,
&quot;url&quot;: &quot;http://oadev.itg.cn:8237/weaver/weaver.file.FileDownloadForItg?fileCode=1900f304f141f677fe82d794c7f117567f28e25bacd9427f9a15cd7e6b8150a1&quot;
}
],
&quot;api_status&quot;: true
}</code></pre>