Request File Download

Download file from CDQ Cloud.

SecurityapiKey
Request
Request Body schema: application/json
required
downloadLinkAge
integer <int64>
Default: 0

Number of milliseconds the download link is active.

Example: "0"
url
required
string

ID of the file.

Example: "customer-upload/user/file.xlsx"
Responses
200

OK

post/files/download
Request samples
application/json
{
  • "url": "customer-upload/user/file.xlsx",
  • "downloadLinkAge": "0"
}
Response samples
application/json
{}