Response [200 Ok]
| Uri | /api/v2/download |
|---|---|
| UriDescription | Base URI for download-related operations |
| EndpointType | DownloadBase |
Uris
Download
/api/v2/download/:downloadid
| Uri | /api/v2/download/:downloadid |
|---|---|
| UriDescription | Download by ID |
| EndpointType | Download |
| Locator | Download |
| LocatorType | Object |
Request
| Uri | /api/v2/download |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/download"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
]
},
"Response": {
"Uri": "/api/v2/download",
"Uris": {
"Download": {
"Uri": "/api/v2/download/:downloadid",
"Locator": "Download",
"LocatorType": "Object",
"UriDescription": "Download by ID",
"EndpointType": "Download"
}
},
"UriDescription": "Base URI for download-related operations",
"EndpointType": "DownloadBase",
"Timing": {
"Total": {
"time": 0.01783,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}