GET Research/GetResult?restype={restype}&source={source}&token={token}&openid={openid}
获取测验结果
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| restype |
问卷种类 1.儿童问卷 2.家长自测 3.试用反馈报告 |
string |
Required |
| source | integer |
Required |
|
| token | string |
None. |
|
| openid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
获取测验结果
stringResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": "sample string 1",
"msg": null
}
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>