GET api/StudyGarden/GetDownloadFile/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
data | string |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "sample string 1", "msg": "sample string 2", "code": 3, "total": 4 }
application/xml, text/xml
Sample:
<BaseResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>3</code> <msg>sample string 2</msg> <total>4</total> <data>sample string 1</data> </BaseResponseOfstring>