Report - Retrieves details of a specific report by ID
Please enter a valid token
Enter ID of the report.
The requested API version
1.0Optional User Id
Success: Returns details of the requested report.
Class for Storing details about assets fetched from database.
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 TenantId property.
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 AssetId 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 AssetType 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 AssetName 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 EmbedUrl 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 WebUrl 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 DatasetId 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 BindedDatasetId property.
nullA public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ReportType 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 IsEffectiveIdentityRolesRequired 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 IsEffectiveIdentityRequired 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 IsReportTemplates property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanView property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanCreate property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanEdit property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanExport property.
A public property of type DateTime that has both a getter and a setter method, which allows for getting and setting the value of the CreatedOn property.
A public property of type DateTime that has both a getter and a setter method, which allows for getting and setting the value of the ModifiedOn property.
A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the CreatedBy property.
A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the ModifiedBy property.
A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the FolderId 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 Description property.
Defines the available export methods for an asset.
Gets or sets the unique identifier for the paginated asset. Required in case of Paginated visual export (type 2) MAQ.BIHub.API.Model.ReportsFromDb.ExportMethod
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 IsHidden property.
Forbidden: Access denied to view report details due to insufficient permissions or account restrictions.
Not Found: The specified 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