查询单笔历史
<p><strong>请求URL:</strong> </p>
<ul>
<li>正式地址 <code>http://192.168.0.101:8859/RichOA/a/assetmanager/IAsset/history</code></li>
<li>测试地址 <code>http://oa.richx.cn/a/assetmanager/IAsset/history</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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>资产id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot;: &quot;数据获取成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;operateTime&quot;: 1511343102000,
&quot;operate&quot;: &quot;Excel导入&quot;,
&quot;launch&quot;: &quot;学校管理员&quot;//
},
{
&quot;operateTime&quot;: 1511503757000,// 操作时间
&quot;remark&quot;: &quot;示例领用数据&quot;,// 备注
&quot;executor&quot;: &quot;学校管理员&quot;,// 操作人
&quot;operate&quot;: &quot;领用&quot;,// 操作
&quot;launch&quot;: &quot;学校管理员&quot;// 目标(比如申请领用, 就是领用人
}
],
&quot;ResponseCode&quot;: 0
}</code></pre>