Report - Retrieves details of a specific report by ID

Retrieves details of a specific report identified by its unique ID.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstring · uuidRequired

Enter ID of the report.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Returns details of the requested report.

Class for Storing details about assets fetched from database.

tenantIdstring · uuidOptional

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.

assetIdstring · uuidOptional

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.

assetTypestring · nullableOptional

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.

assetNamestring · nullableOptional

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.

embedUrlstring · nullableOptional

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.

webUrlstring · nullableOptional

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.

datasetIdstring · nullableOptional

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.

bindedDatasetIdstring · nullableOptional

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.

Default: null
reportTypestring · nullableOptional

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 ReportType property.

isEffectiveIdentityRolesRequiredstring · nullableOptional

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.

isEffectiveIdentityRequiredstring · nullableOptional

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.

isReportTemplatebooleanOptional

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.

canViewbooleanOptional

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.

canCreatebooleanOptional

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.

canEditbooleanOptional

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.

canExportbooleanOptional

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.

createdOnstring · date-time · nullableOptional

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.

modifiedOnstring · date-time · nullableOptional

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.

createdBystring · nullableOptional

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.

modifiedBystring · nullableOptional

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.

folderIdstring · uuid · nullableOptional

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.

descriptionstring · nullableOptional

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.

exportMethodinteger · enumOptional

Defines the available export methods for an asset.

Possible values:
paginatedAssetIdstring · uuid · nullableOptional

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

isHiddenbooleanOptional

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.

get
/reports/{reportId}

Last updated