POST api/Expert/GetPageData
Request Information
URI Parameters
None.
Body Parameters
ExpertQueryOption| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| keyword | string |
None. |
|
| expert_type | string |
None. |
|
| ranks | string |
None. |
|
| expert_expertise | string |
None. |
|
| tech_field1 | string |
None. |
|
| edu_bg | string |
None. |
|
| expert_org_type | string |
None. |
|
| province | string |
None. |
|
| city | string |
None. |
|
| county | string |
None. |
|
| page | integer |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"keyword": "sample string 2",
"expert_type": "sample string 3",
"ranks": "sample string 4",
"expert_expertise": "sample string 5",
"tech_field1": "sample string 6",
"edu_bg": "sample string 7",
"expert_org_type": "sample string 8",
"province": "sample string 9",
"city": "sample string 10",
"county": "sample string 11",
"page": 12,
"limit": 13
}
application/xml, text/xml
Sample:
<ExpertQueryOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <limit>13</limit> <page>12</page> <city>sample string 10</city> <county>sample string 11</county> <edu_bg>sample string 7</edu_bg> <expert_expertise>sample string 5</expert_expertise> <expert_org_type>sample string 8</expert_org_type> <expert_type>sample string 3</expert_type> <keyword>sample string 2</keyword> <name>sample string 1</name> <province>sample string 9</province> <ranks>sample string 4</ranks> <tech_field1>sample string 6</tech_field1> </ExpertQueryOption>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional 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>