GET api/{area}/Score?aid={aid}&sid={sid}&pIndex={pIndex}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

sid

string

Required

pIndex

integer

Default value is 1

pageSize

integer

Default value is 12

area

string

None.

Body Parameters

None.

Response Information

Resource Description

PageInfoList
NameDescriptionTypeAdditional information
pInfoList

Collection of ScoreLogInfo

None.

TotalPageCount

integer

None.

TotalScore

integer

None.

BlaneScore

integer

None.

logs

Collection of ScoreLogInfo

None.

IsExchangePro

boolean

None.

IsDeductible

boolean

None.

IntegralUnit

string

None.

IntegralAlias

string

None.

Response Formats

application/json, text/json

Sample:
{
  "pInfoList": [
    {
      "ScoreType": "sample string 1",
      "ScoreValue": 2,
      "Info": "sample string 3",
      "CreateTime": "sample string 4"
    },
    {
      "ScoreType": "sample string 1",
      "ScoreValue": 2,
      "Info": "sample string 3",
      "CreateTime": "sample string 4"
    }
  ],
  "TotalPageCount": 1,
  "TotalScore": 2,
  "BlaneScore": 3,
  "logs": [
    {
      "ScoreType": "sample string 1",
      "ScoreValue": 2,
      "Info": "sample string 3",
      "CreateTime": "sample string 4"
    },
    {
      "ScoreType": "sample string 1",
      "ScoreValue": 2,
      "Info": "sample string 3",
      "CreateTime": "sample string 4"
    }
  ],
  "IsExchangePro": true,
  "IsDeductible": true,
  "IntegralUnit": "sample string 6",
  "IntegralAlias": "sample string 7"
}

application/xml, text/xml

Sample:
<ScoreController.PageInfoList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <BlaneScore>3</BlaneScore>
  <IntegralAlias>sample string 7</IntegralAlias>
  <IntegralUnit>sample string 6</IntegralUnit>
  <IsDeductible>true</IsDeductible>
  <IsExchangePro>true</IsExchangePro>
  <TotalScore>2</TotalScore>
  <logs>
    <ScoreController.ScoreLogInfo>
      <CreateTime>sample string 4</CreateTime>
      <Info>sample string 3</Info>
      <ScoreType>sample string 1</ScoreType>
      <ScoreValue>2</ScoreValue>
    </ScoreController.ScoreLogInfo>
    <ScoreController.ScoreLogInfo>
      <CreateTime>sample string 4</CreateTime>
      <Info>sample string 3</Info>
      <ScoreType>sample string 1</ScoreType>
      <ScoreValue>2</ScoreValue>
    </ScoreController.ScoreLogInfo>
  </logs>
  <TotalPageCount>1</TotalPageCount>
  <pInfoList>
    <ScoreController.ScoreLogInfo>
      <CreateTime>sample string 4</CreateTime>
      <Info>sample string 3</Info>
      <ScoreType>sample string 1</ScoreType>
      <ScoreValue>2</ScoreValue>
    </ScoreController.ScoreLogInfo>
    <ScoreController.ScoreLogInfo>
      <CreateTime>sample string 4</CreateTime>
      <Info>sample string 3</Info>
      <ScoreType>sample string 1</ScoreType>
      <ScoreValue>2</ScoreValue>
    </ScoreController.ScoreLogInfo>
  </pInfoList>
</ScoreController.PageInfoList>