Export - Provides a downloadable report with a specified filename
Authorizations
Path parameters
fileNamestringRequired
Enter name of the file to download from blob storage
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Returns the downloadable stream for the requested report.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The Filename was not found, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
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
}
PreviousExport - Provides a downloadable stream for a reportNextExport - Retrieves details of previous exports
Last updated