List permanent files.
POST/storage/perm/list
List permanent files.
Request
Header Parameters
auth stringrequired
ipaas string
- application/json
Bodyrequired
object
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
availableStorageintegerrequired
The available storage remaining in KiB.
files object[]required
fileIdstringrequired
The ID of this file.
fileNamestringrequired
The name of this file.
urlstringrequired
The URL to download this permanent file.
sizeintegerrequired
The file size in KiB.
{
"availableStorage": 0,
"files": [
{
"fileId": "string",
"fileName": "string",
"url": "string",
"size": 0
}
]
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}