POST api/ResultList/GetPageData

Request Information

URI Parameters

None.

Body Parameters

ResultQueryOption
NameDescriptionTypeAdditional information
name

string

None.

investment_field

string

None.

result_tgxs

string

None.

result_yyzt

string

None.

result_csd

string

None.

result_type

string

None.

keyword

string

None.

page

integer

None.

limit

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "investment_field": "sample string 2",
  "result_tgxs": "sample string 3",
  "result_yyzt": "sample string 4",
  "result_csd": "sample string 5",
  "result_type": "sample string 6",
  "keyword": "sample string 7",
  "page": 8,
  "limit": 9
}

application/xml, text/xml

Sample:
<ResultQueryOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other">
  <limit>9</limit>
  <page>8</page>
  <investment_field>sample string 2</investment_field>
  <keyword>sample string 7</keyword>
  <name>sample string 1</name>
  <result_csd>sample string 5</result_csd>
  <result_tgxs>sample string 3</result_tgxs>
  <result_type>sample string 6</result_type>
  <result_yyzt>sample string 4</result_yyzt>
</ResultQueryOption>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

count

integer

None.

data

Object

None.

otherdata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "count": 1,
  "data": {},
  "otherdata": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other">
  <code>1</code>
  <count>1</count>
  <data />
  <msg>sample string 2</msg>
  <otherdata />
</ApiResult>