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": "5336b11a-cd98-4a0f-a89c-6212c1d6a2bd",
  "SubjectId": "80f97581-063d-4387-8e42-c21ac5feda76",
  "Page": 1,
  "Value": "sample string 2",
  "OperatorId": "54fee8f1-6add-4515-bbf1-aacb95f7dc3f",
  "Rows": 3,
  "BeginTime": "2026-05-07T23:22:19.4605274+08:00",
  "EndTime": "2026-05-07T23:22:19.4605274+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-05-07T23:22:19.4605274+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:22:19.4605274+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">54fee8f1-6add-4515-bbf1-aacb95f7dc3f</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>
  <ExamId>5336b11a-cd98-4a0f-a89c-6212c1d6a2bd</ExamId>
  <SubjectId>80f97581-063d-4387-8e42-c21ac5feda76</SubjectId>
</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/" />