POST api/ExamList
“GetList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | “param”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CourseId": "93793fed-c0aa-49f0-9915-93a2267eb192",
"ExamType": 1,
"Page": 1,
"Value": "sample string 2",
"OperatorId": "2bf960d5-4e13-44b6-bda2-6f488ef03746",
"Rows": 3,
"BeginTime": "2026-08-04T11:55:58.3440724+08:00",
"EndTime": "2026-08-04T11:55:58.3440724+08:00"
}
application/xml, text/xml
Sample:
<ExamAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.DataAccess.Entities"> <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-08-04T11:55:58.3440724+08:00</BeginTime> <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-08-04T11:55:58.3440724+08:00</EndTime> <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2bf960d5-4e13-44b6-bda2-6f488ef03746</OperatorId> <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">1</Page> <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">3</Rows> <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 2</Value> <CourseId>93793fed-c0aa-49f0-9915-93a2267eb192</CourseId> <ExamType>1</ExamType> </ExamAPIQueryParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />