sfs

sfs


Get Student List

<h4>Description</h4> <p>Get student list by search condition</p> <h4>Request URL</h4> <p>/api/get-student-list</p> <h4>Reuqest Method</h4> <p>POST</p> <h4>Parameters</h4> <table> <thead> <tr> <th>Parameter Name</th> <th>Required</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>access_token</td> <td>true</td> <td>string</td> </tr> <tr> <td>thrust_id</td> <td>false</td> <td>int</td> </tr> <tr> <td>hub_id</td> <td>false</td> <td>int</td> </tr> <tr> <td>program_id</td> <td>false</td> <td>int</td> </tr> <tr> <td>overdue</td> <td>false</td> <td>boolean</td> </tr> <tr> <td>studnet_name</td> <td>false</td> <td>string</td> </tr> </tbody> </table> <h4>Response Example</h4> <pre><code class="language-json">{ "code": 200, "message": "", "data": { "code": 200, "message": "", "data": [ { "id": 123123, "email": "xxx@ust.hk", "hub_name": "xxx", "hub_en_name": "xxx", "thrust_name": "xxx", "thrust_en_name": "xxx", "program_name": "xxx", "program_en_name": "xxx", "payment_type": 0, "bank_account": 123123123 }, { "id": 123123, "email": "xxx@ust.hk", "hub_name": "xxx", "hub_en_name": "xxx", "thrust_name": "xxx", "thrust_en_name": "xxx", "program_name": "xxx", "program_en_name": "xxx", "payment_type": 0, "bank_account": 123123123 } ] } }</code></pre> <h4>Response Parameter Description</h4> <table> <thead> <tr> <th>Parameter Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>int</td> </tr> <tr> <td>email</td> <td>string</td> </tr> <tr> <td>hub_name</td> <td>string</td> </tr> <tr> <td>hub_en_name</td> <td>string</td> </tr> <tr> <td>thrust_name</td> <td>string</td> </tr> <tr> <td>thrust_en_name</td> <td>string</td> </tr> <tr> <td>program_name</td> <td>string</td> </tr> <tr> <td>program_en_name</td> <td>string</td> </tr> <tr> <td>payment_type</td> <td>int</td> <td>type of payment student is currently using, 0 for payment gateway, 1 for card deduction, 2 for offline payment</td> </tr> <tr> <td>bank_account</td> <td>int</td> </tr> </tbody> </table>

页面列表

ITEM_HTML