Retrieves details of a specific report identified by its unique ID.
GET/reports/{reportId}
Authorization
Path parameters
reportId*string (uuid)
Enter ID of the report.
Query parameters
Header parameters
Response
Success: Returns details of the requested report.
Body
tenantIdstring (uuid)
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 (uuid)
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.
assetTypenullable string
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.
assetNamenullable string
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.
embedUrlnullable string
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.
webUrlnullable string
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.
datasetIdnullable string
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.
bindedDatasetIdnullable string
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.
reportTypenullable string
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.
reportPagesnullable array of object
A public property of type List of object that has both a getter and a setter method, which allows for getting and setting the value of the ReportType property.
isEffectiveIdentityRolesRequirednullable string
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.
isEffectiveIdentityRequirednullable string
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.
canViewboolean
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.
canCreateboolean
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.
canEditboolean
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.
canExportboolean
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.
createdOnnullable string (date-time)
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.
modifiedOnnullable string (date-time)
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.
createdBynullable string (uuid)
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.
modifiedBynullable string (uuid)
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.
reportParameternullable array of string
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 ReportParamter property.