安管培训平台


根据培训批次Id查询培训批次中已完成学习的学员

<h5>简要描述</h5> <ul> <li>根据培训批次Id查询培训批次中已完成学习的学员</li> </ul> <h5>请求URL</h5> <ul> <li><code>/classPackage/api/students/{classPackageId}</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>路径参数</h5> <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;">classPackageId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>培训批次Id</td> </tr> </tbody> </table> <h5>请求参数</h5> <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;">name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>学员姓名</td> </tr> <tr> <td style="text-align: left;">mobile</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>学员手机号</td> </tr> <tr> <td style="text-align: left;">identityId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>学员身份证号</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>// 空参时需要传递一个空对象 { &amp;quot;name&amp;quot;: &amp;quot;张三&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;15333333333&amp;quot;, &amp;quot;identityId&amp;quot;: &amp;quot;&amp;quot;, }</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;result&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 44502,             &amp;quot;name&amp;quot;: &amp;quot;陈伟龙&amp;quot;,             &amp;quot;sex&amp;quot;: &amp;quot;MALE&amp;quot;,             &amp;quot;identityTypeCode&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;identityId&amp;quot;: &amp;quot;130103200106182114&amp;quot;,             &amp;quot;age&amp;quot;: null,             &amp;quot;mobile&amp;quot;: null,             &amp;quot;educationCode&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;schoolId&amp;quot;: 167361,             &amp;quot;companyId&amp;quot;: 163647,             &amp;quot;defineCompanyName&amp;quot;: &amp;quot;中节能(唐山)环保装备有限公司&amp;quot;,             &amp;quot;ctOrcpEndTime&amp;quot;: &amp;quot;2024-12-19&amp;quot;,             &amp;quot;categoryCode&amp;quot;: 365270,             &amp;quot;categoryCodeName&amp;quot;: &amp;quot;安管人员&amp;quot;,             &amp;quot;categoryCodeTwo&amp;quot;: 365271,             &amp;quot;categoryCodeTwoName&amp;quot;: &amp;quot;主要负责人&amp;quot;,             &amp;quot;lectureTime&amp;quot;: 2,             &amp;quot;defineOrgNo&amp;quot;: null,             &amp;quot;isOutDate&amp;quot;: 0         }     ],     &amp;quot;code&amp;quot;: null }</code></pre>

页面列表

ITEM_HTML