GET Research/GetResearchs
获取结果
Request Information
URI Parameters
None.
Body Parameters
GetResearchPars| Name | Description | Type | Additional information |
|---|---|---|---|
| resttype | string |
None. |
|
| begin | string |
None. |
|
| end | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"resttype": "sample string 1",
"begin": "sample string 2",
"end": "sample string 3"
},
"msg": null
}
application/xml, text/xml
Sample:
<GetResearchPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <begin>sample string 2</begin> <end>sample string 3</end> <resttype>sample string 1</resttype> </GetResearchPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取结果
Collection of ResearchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| source | integer |
None. |
|
| familyid | integer |
None. |
|
| unionid | string |
None. |
|
| res_type | string |
None. |
|
| name | string |
None. |
|
| birthday | date |
None. |
|
| sec | integer |
None. |
|
| result | string |
None. |
|
| point | string |
None. |
|
| createdt | date |
None. |
|
| updatedt | date |
None. |
|
| rdList | Collection of ResearchDetailResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": [
{
"id": 1,
"source": 2,
"familyid": 3,
"unionid": "sample string 4",
"res_type": "sample string 5",
"name": "sample string 6",
"birthday": "2025-12-10T11:23:11.6427232+08:00",
"sec": 8,
"result": "sample string 9",
"point": "sample string 10",
"createdt": "2025-12-10T11:23:11.6427232+08:00",
"updatedt": "2025-12-10T11:23:11.6427232+08:00",
"rdList": [
{
"info_type": 1,
"info": "sample string 2"
},
{
"info_type": 1,
"info": "sample string 2"
}
]
},
{
"id": 1,
"source": 2,
"familyid": 3,
"unionid": "sample string 4",
"res_type": "sample string 5",
"name": "sample string 6",
"birthday": "2025-12-10T11:23:11.6427232+08:00",
"sec": 8,
"result": "sample string 9",
"point": "sample string 10",
"createdt": "2025-12-10T11:23:11.6427232+08:00",
"updatedt": "2025-12-10T11:23:11.6427232+08:00",
"rdList": [
{
"info_type": 1,
"info": "sample string 2"
},
{
"info_type": 1,
"info": "sample string 2"
}
]
}
],
"msg": null
}
application/xml, text/xml
Sample:
<ArrayOfResearchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Cloud.Protocol.Research.Models">
<ResearchResult>
<birthday>2025-12-10T11:23:11.6427232+08:00</birthday>
<createdt>2025-12-10T11:23:11.6427232+08:00</createdt>
<familyid>3</familyid>
<id>1</id>
<name>sample string 6</name>
<point>sample string 10</point>
<rdList>
<ResearchDetailResult>
<info>sample string 2</info>
<info_type>1</info_type>
</ResearchDetailResult>
<ResearchDetailResult>
<info>sample string 2</info>
<info_type>1</info_type>
</ResearchDetailResult>
</rdList>
<res_type>sample string 5</res_type>
<result>sample string 9</result>
<sec>8</sec>
<source>2</source>
<unionid>sample string 4</unionid>
<updatedt>2025-12-10T11:23:11.6427232+08:00</updatedt>
</ResearchResult>
<ResearchResult>
<birthday>2025-12-10T11:23:11.6427232+08:00</birthday>
<createdt>2025-12-10T11:23:11.6427232+08:00</createdt>
<familyid>3</familyid>
<id>1</id>
<name>sample string 6</name>
<point>sample string 10</point>
<rdList>
<ResearchDetailResult>
<info>sample string 2</info>
<info_type>1</info_type>
</ResearchDetailResult>
<ResearchDetailResult>
<info>sample string 2</info>
<info_type>1</info_type>
</ResearchDetailResult>
</rdList>
<res_type>sample string 5</res_type>
<result>sample string 9</result>
<sec>8</sec>
<source>2</source>
<unionid>sample string 4</unionid>
<updatedt>2025-12-10T11:23:11.6427232+08:00</updatedt>
</ResearchResult>
</ArrayOfResearchResult>