POST api/IncorrectQuestionList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ExamId": "e3c653f3-7641-4721-a2f0-7a26eb60cc89",
  "SubjectId": "cbf91991-cf9f-46aa-95de-f804043ff402",
  "TrainingCategory": "sample string 1",
  "Page": 2,
  "Value": "sample string 3",
  "OperatorId": "22edcc6b-2d5e-444e-a5fe-8586e42623b5",
  "Rows": 4,
  "BeginTime": "2026-08-04T11:54:03.9306782+08:00",
  "EndTime": "2026-08-04T11:54:03.9306782+08:00"
}

application/xml, text/xml

Sample:
<IncorrectQuestionAPIQueryParam 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:54:03.9306782+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-08-04T11:54:03.9306782+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">22edcc6b-2d5e-444e-a5fe-8586e42623b5</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">4</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 3</Value>
  <ExamId>e3c653f3-7641-4721-a2f0-7a26eb60cc89</ExamId>
  <SubjectId>cbf91991-cf9f-46aa-95de-f804043ff402</SubjectId>
  <TrainingCategory>sample string 1</TrainingCategory>
</IncorrectQuestionAPIQueryParam>

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/" />