GET v1/download/list
Retrieve list of Downloads with minimal information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DownloadModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DownloadID |
Unique identifier of the download |
integer |
None. |
| ImageURL |
URL to image used for download display |
string |
None. |
| Title |
Title of download |
string |
None. |
| Description |
Description of download |
string |
None. |
| DownloadURL |
URL of where to download from |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"downloadID": 1,
"imageURL": "sample string 2",
"title": "sample string 3",
"description": "sample string 4",
"downloadURL": "sample string 5"
}