List Downloads
POST/download-svc/downloads
Fetch a list of all download details.
Requires the download-svc:download:view
permission.
Responses
- 200
- 401
- 500
List of downloads
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
downloads
object[]
cancelled boolean
dir string
downloadedBytes integer
error string
fileName string
filePath string
fullFileSize integer
id string
paused boolean
progress number
status string
url string
{
"downloads": [
{
"cancelled": true,
"dir": "string",
"downloadedBytes": 0,
"error": "string",
"fileName": "string",
"filePath": "string",
"fullFileSize": 0,
"id": "string",
"paused": true,
"progress": 0,
"status": "string",
"url": "string"
}
]
}
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...