Export - Provide the downloadable stream for the requested report with filename
Authorizations
Path parameters
fileNamestringRequired
Expects name of the file to download from blob storage
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Indicate Successfull completion of the export process
400
Indicates user doesn't have asset assigned
401
Un-authorized request
404
Report Id does not exist
500
Server related error
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