DEPRECATED: Get permanent file.
POST/storage/perm/get
Returns a URL to download the permanent file with the specified ID or name. If multiple files have the same name, which one is returned is unspecified. WARNING: This endpoint is deprecated. Please download permanent files using the URL provided when you create it.
Request
Header Parameters
auth stringrequired
ipaas string
- application/json
Bodyrequired
fileNamestring
fileIdstring
getAsUrlboolean
Responses
- 200
- 400
Success
- application/json
- application/octet-stream
- Schema
- Example (auto)
Schema
urlstringrequired
{
"url": "string"
}
- Schema
Schema
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}