Export - Provide the downloadable stream for the requested report with filename

Provide the downloadable stream for the requested report with filename

post
Authorizations
Path parameters
fileNamestringRequired

Expects name of the file to download from blob storage

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Indicate Successfull completion of the export process
post
POST /downloadFile/{fileName} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "canTimeout": true,
  "readTimeout": 1,
  "writeTimeout": 1,
  "canRead": true,
  "canSeek": true,
  "canWrite": true,
  "capacity": 1,
  "length": 1,
  "position": 1
}

Last updated