Export - Fetch status of export-related details
Please enter a valid token
The requested API version
1.0Optional 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.
Gets or sets the unique identifier for the paginated asset. Required in case of Paginated visual export (type 2) MAQ.BIHub.API.Model.ExportMethod
Success: Returns the status of export-related details of an existing report.
Class for export status.
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 Id property.
A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the CreatedDateTime property.
A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the LastActionDateTime property.
A public property of type nullable 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 ReportName 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 Status property.
A public property of type nullable integer that has both a getter and a setter method, which allows for getting and setting the value of the PercentComplete 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 ResourceLocation 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 ResourceFileExtension property.
A public property of type nullable DateTime that has both a getter and a setter method, which allows for getting and setting the value of the ExpirationTime property.
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.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated