Dashboard - Fetch list of all available dashboards
Please enter a valid token
The requested API version
1.0Optional User Id
Success: Successfully retrieved the list of dashboards.
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.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Forbidden: Access denied to view the list of dashboards due to insufficient permissions or account restrictions.
Not Found: The Dashboard 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