POST api/testpaper/classbatchstatistic

班级试卷批量统计结果加载--按规则

Request Information

URI Parameters

None.

Body Parameters

ClassBatchStatisticQeruy
NameDescriptionTypeAdditional information
paperIds

试卷编号

Collection of globally unique identifier

None.

exclude

排除未参考学生

boolean

None.

key

查询关键字

string

None.

pageSize

页大小

integer

None.

pageIndex

页索引

integer

None.

orderField

排序字段

string

None.

orderDirection

正序倒序

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "paperIds": [
    "66949d51-f534-40f8-a180-8ff48afaba72",
    "47f39628-9878-47e2-b76e-1aa84b4889fc"
  ],
  "exclude": true,
  "key": "sample string 2",
  "pageSize": 3,
  "pageIndex": 4,
  "orderField": "sample string 5",
  "orderDirection": true
}

text/html

Sample:
{"paperIds":["66949d51-f534-40f8-a180-8ff48afaba72","47f39628-9878-47e2-b76e-1aa84b4889fc"],"exclude":true,"key":"sample string 2","pageSize":3,"pageIndex":4,"orderField":"sample string 5","orderDirection":true}

application/xml, text/xml

Sample:
<ClassBatchStatisticQeruy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <exclude>true</exclude>
  <key>sample string 2</key>
  <orderDirection>true</orderDirection>
  <orderField>sample string 5</orderField>
  <pageIndex>4</pageIndex>
  <pageSize>3</pageSize>
  <paperIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>66949d51-f534-40f8-a180-8ff48afaba72</d2p1:guid>
    <d2p1:guid>47f39628-9878-47e2-b76e-1aa84b4889fc</d2p1:guid>
  </paperIds>
</ClassBatchStatisticQeruy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

班级试卷批量统计结果加载--按规则

JsonRtnDtoOfPageResultOfDictionaryOfStringAndString
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfDictionaryOfStringAndString

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      },
      {
        "sample string 1": "sample string 2",
        "sample string 3": "sample string 4"
      }
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "total": 3,
    "TotalPages": 4,
    "HasPreviousPage": false,
    "HasNextPage": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"sample string 1":"sample string 2","sample string 3":"sample string 4"},{"sample string 1":"sample string 2","sample string 3":"sample string 4"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfArrayOfKeyValueOfstringstringuHEDJ7DjS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
    <d2p1:TotalPages>4</d2p1:TotalPages>
    <d2p1:total>3</d2p1:total>
    <d2p1:Value xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:ArrayOfKeyValueOfstringstring>
        <d3p1:KeyValueOfstringstring>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value>sample string 2</d3p1:Value>
        </d3p1:KeyValueOfstringstring>
        <d3p1:KeyValueOfstringstring>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value>sample string 4</d3p1:Value>
        </d3p1:KeyValueOfstringstring>
      </d3p1:ArrayOfKeyValueOfstringstring>
      <d3p1:ArrayOfKeyValueOfstringstring>
        <d3p1:KeyValueOfstringstring>
          <d3p1:Key>sample string 1</d3p1:Key>
          <d3p1:Value>sample string 2</d3p1:Value>
        </d3p1:KeyValueOfstringstring>
        <d3p1:KeyValueOfstringstring>
          <d3p1:Key>sample string 3</d3p1:Key>
          <d3p1:Value>sample string 4</d3p1:Value>
        </d3p1:KeyValueOfstringstring>
      </d3p1:ArrayOfKeyValueOfstringstring>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfArrayOfKeyValueOfstringstringuHEDJ7DjS_STz13wm>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"sample string 1":"sample string 2","sample string 3":"sample string 4"},{"sample string 1":"sample string 2","sample string 3":"sample string 4"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});