绩效考核榜单筛选
<p><strong>简要描述:</strong> </p>
<ul>
<li>绩效考核榜单筛选(绩效考核榜单页用)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/app/app/appraisal/getAllPerformance.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/app/appraisal/getAllPerformance.do</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>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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": [
{
"id": 3, ---perfromanceId
"name": "2017~2018学年专任教师工作绩效量化考核自评", --名称
"beginTime": "2019-06-29",
"endTime": "2019-06-30",
"updateTime": "2019-06-28 10:51:14.0",
"createTime": "2019-06-26 10:05:35.0",
"createUserId": 1,
"status": 0,
"isOpinion": 1,
"isEvaluation": 1,
"isSchoolOpinions": 1
},
{
"id": 4,
"name": "2017~2018学年专任教师工作绩效量化考核自评",
"beginTime": "2019-06-28",
"endTime": "2019-06-30",
"updateTime": "2019-06-28 10:51:14.0",
"createTime": "2019-06-26 10:05:35.0",
"createUserId": 1,
"status": 0,
"isOpinion": 1,
"isEvaluation": 1,
"isSchoolOpinions": 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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>