GET Research/GetFeedbackUrl?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FeedBackUrlResult| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| type | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"url": "sample string 1",
"type": "sample string 2"
},
"msg": null
}
application/xml, text/xml
Sample:
<FeedBackUrlResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Cloud.Protocol.Research.Models"> <type>sample string 2</type> <url>sample string 1</url> </FeedBackUrlResult>