POST api/SubjectList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CourseId": "601d3ed4-2ce4-464e-9707-49b0a6b016ce",
  "ExamSubject": "sample string 1",
  "IsRandom": true,
  "IsShowName": true,
  "IsSelected": true,
  "Page": 2,
  "Value": "sample string 3",
  "OperatorId": "0d0ca2fa-cacb-4c37-8332-6805049aa53b",
  "Rows": 4,
  "BeginTime": "2026-05-07T23:25:09.7764972+08:00",
  "EndTime": "2026-05-07T23:25:09.7764972+08:00"
}

application/xml, text/xml

Sample:
<SubjectAPIQueryParam 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:25:09.7764972+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:25:09.7764972+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">0d0ca2fa-cacb-4c37-8332-6805049aa53b</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>
  <CourseId>601d3ed4-2ce4-464e-9707-49b0a6b016ce</CourseId>
  <ExamSubject>sample string 1</ExamSubject>
  <IsRandom>true</IsRandom>
  <IsSelected>true</IsSelected>
  <IsShowName>true</IsShowName>
</SubjectAPIQueryParam>

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