Export - Provides a downloadable report with a specified filename

Provides a downloadable stream for the requested report with a specified filename.

post
Authorizations
Path parameters
fileNamestringRequired

Enter name of the file to download from blob storage

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Returns the downloadable stream for the requested report.
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