GET Research/DelResearch?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
重做报告
booleanResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": true,
"msg": null
}
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>