Export - Provides a downloadable stream for a report
The requested API version
1.0
Optional User Id
Class for export status request parameters.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the ReportId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ExportId property.
Success: Successfull completion of the export process.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Not Found: The report was not found, the URL is invalid, or the resource has been deleted.
Method Not Allowed: User doesn't have enough access to perform this operation.
Internal Server Error: An unexpected error occurred or a server timeout.
POST /downloadFile HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"exportId": "text"
}
{
"canTimeout": true,
"readTimeout": 1,
"writeTimeout": 1,
"canRead": true,
"canSeek": true,
"canWrite": true,
"capacity": 1,
"length": 1,
"position": 1
}
Last updated