GET api/Manage/ListJudgeEmps?ExamId={ExamId}&page={page}&pageSize={pageSize}&SName={SName}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ExamId | integer | Required | |
| page | integer | Required | |
| pageSize | integer | Required | |
| SName | string | Default value is | 
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfListOfxmh_exam_task| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | Collection of xmh_exam_task | None. | |
| msg | string | None. | |
| code | integer | None. | |
| total | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "data": [
    {
      "Id": 1,
      "ExamName": "sample string 2",
      "ExamId": 1,
      "DepName": "sample string 3",
      "DepId": 1,
      "EmpName": "sample string 4",
      "EmpId": 1,
      "AddTime": "2025-10-31T23:32:30.4026632+08:00",
      "JudgeTime": "2025-10-31T23:32:30.4036397+08:00",
      "JudgeScore": 1,
      "FinishTime": "2025-10-31T23:32:30.4036397+08:00",
      "NResult": 1,
      "NScore": 1,
      "NUseTime": 1,
      "t0": 1,
      "t1": 1,
      "t2": 1,
      "t3": 1,
      "SRemark": "sample string 5"
    },
    {
      "Id": 1,
      "ExamName": "sample string 2",
      "ExamId": 1,
      "DepName": "sample string 3",
      "DepId": 1,
      "EmpName": "sample string 4",
      "EmpId": 1,
      "AddTime": "2025-10-31T23:32:30.4026632+08:00",
      "JudgeTime": "2025-10-31T23:32:30.4036397+08:00",
      "JudgeScore": 1,
      "FinishTime": "2025-10-31T23:32:30.4036397+08:00",
      "NResult": 1,
      "NScore": 1,
      "NUseTime": 1,
      "t0": 1,
      "t1": 1,
      "t2": 1,
      "t3": 1,
      "SRemark": "sample string 5"
    }
  ],
  "msg": "sample string 1",
  "code": 2,
  "total": 3
}
        application/xml, text/xml
            Sample:
<BaseResponseOfArrayOfxmh_exam_taskwByyLw_Px xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI">
  <code>2</code>
  <msg>sample string 1</msg>
  <total>3</total>
  <data>
    <xmh_exam_task>
      <AddTime>2025-10-31T23:32:30.4026632+08:00</AddTime>
      <DepId>1</DepId>
      <DepName>sample string 3</DepName>
      <EmpId>1</EmpId>
      <EmpName>sample string 4</EmpName>
      <ExamId>1</ExamId>
      <ExamName>sample string 2</ExamName>
      <FinishTime>2025-10-31T23:32:30.4036397+08:00</FinishTime>
      <Id>1</Id>
      <JudgeScore>1</JudgeScore>
      <JudgeTime>2025-10-31T23:32:30.4036397+08:00</JudgeTime>
      <NResult>1</NResult>
      <NScore>1</NScore>
      <NUseTime>1</NUseTime>
      <SRemark>sample string 5</SRemark>
      <t0>1</t0>
      <t1>1</t1>
      <t2>1</t2>
      <t3>1</t3>
    </xmh_exam_task>
    <xmh_exam_task>
      <AddTime>2025-10-31T23:32:30.4026632+08:00</AddTime>
      <DepId>1</DepId>
      <DepName>sample string 3</DepName>
      <EmpId>1</EmpId>
      <EmpName>sample string 4</EmpName>
      <ExamId>1</ExamId>
      <ExamName>sample string 2</ExamName>
      <FinishTime>2025-10-31T23:32:30.4036397+08:00</FinishTime>
      <Id>1</Id>
      <JudgeScore>1</JudgeScore>
      <JudgeTime>2025-10-31T23:32:30.4036397+08:00</JudgeTime>
      <NResult>1</NResult>
      <NScore>1</NScore>
      <NUseTime>1</NUseTime>
      <SRemark>sample string 5</SRemark>
      <t0>1</t0>
      <t1>1</t1>
      <t2>1</t2>
      <t3>1</t3>
    </xmh_exam_task>
  </data>
</BaseResponseOfArrayOfxmh_exam_taskwByyLw_Px>