POST api/FavoriteQuestionList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SubjectIds": [
    "b26f6f0a-6c5d-4c50-9aed-aa8b73bf1f2e",
    "385a07af-936f-4a69-8162-08e9455db4e5",
    "685520b1-4031-4971-ac0e-379044d88260"
  ],
  "SubjectId": "14f0fff6-02b0-4d16-8e54-c153349f077e",
  "Page": 1,
  "Value": "sample string 2",
  "OperatorId": "82aea138-fd02-4b23-9aed-50b814d40956",
  "Rows": 3,
  "BeginTime": "2026-05-07T23:23:46.4346378+08:00",
  "EndTime": "2026-05-07T23:23:46.4346378+08:00"
}

application/xml, text/xml

Sample:
<FavoriteQuestionAPIQueryParam 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:23:46.4346378+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:23:46.4346378+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">82aea138-fd02-4b23-9aed-50b814d40956</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>
  <SubjectId>14f0fff6-02b0-4d16-8e54-c153349f077e</SubjectId>
  <SubjectIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>b26f6f0a-6c5d-4c50-9aed-aa8b73bf1f2e</d2p1:guid>
    <d2p1:guid>385a07af-936f-4a69-8162-08e9455db4e5</d2p1:guid>
    <d2p1:guid>685520b1-4031-4971-ac0e-379044d88260</d2p1:guid>
  </SubjectIds>
</FavoriteQuestionAPIQueryParam>

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