Reports
Operations
Add Report |
Creates a new Report CatalogItem. |
Add Report Comment |
Creates a new Comment associated to the specified Report. |
Add Report History Snapshot |
Creates new HistorySnapshot |
Check Report Data Source Connection |
Checks the status of the specified Reports DataSource connection. |
Delete Report |
Deletes the specified Report. |
Delete Report Comment |
Deletes the specified Comment associated to the Report. |
Delete Report History Snapshot |
Deletes the requested Reports HistorySnapshot specified by HistoryId. |
Get Report |
Gets a Report CatalogItem specified by the Id. |
Get Report Allowed Actions |
Gets a list of actions allowed in the current session; user permissions and product edition capabilities are considered when querying. |
Get Report Cache Options |
Gets the content of CacheOptions for the Report specified by the Id |
Get Report Cache Refresh Plans |
Gets the CacheRefreshPlans for the Report specified by the Id |
Get Report Comments |
Gets the Comments for a Report specified by the Id. |
Get Report Content |
Gets the content of the specified Report CatalogItem specified by the Id. |
Get Report Data Sources |
Gets the DataSources associated with the Report specified by the Id. |
Get Report Dependent Items |
Returns a list of CatalogItems that reference the Report specified by the Id. |
Get Report History Snapshot |
Gets the requested Reports HistorySnapshot specified by HistoryId. |
Get Report History Snapshot Options |
Gets the HistorySnapshotOptions for the specified Report. |
Get Report History Snapshots |
Get a list of HistorySnapshots for the specified Report. |
Get Report Parameter Definitions |
Gets the ParameterDefinitions associated with the Report specified by the Id. |
Get Report Policies |
Gets policies associated with the specified Report CatalogItem. |
Get Report Properties |
Gets the specified Reports Properties (takes list of Property names to retrieve the values) |
Get Reports |
Gets an array of Report CatalogItems. |
Get Report Shared Data Sets |
Gets the shared DataSets for the specified Report. |
Get Report Subscriptions |
Gets the Subscriptions for the specified Report. |
Set Report Cache Options |
Replaces the CacheOptions content for a given Report using the provided definition. |
Set Report Data Source |
Updates the DataSource definition associated with the Report specified by the Id. |
Set Report History Snapshot Options |
Updates HistorySnapshotOptions for the specified Report. |
Set Report Policies |
Replaces ItemPolicies associated with the Report specified by the Id. |
Set Report Shared Data Sets |
Updates the DataSet definitions associated with the specified Report. |
Update Cache Snapshot |
Updates the execution cache snapshot for the specified report. |
Update Report |
Updates the specified Report CatalogItem using the provided definition. |
Update Report Comment |
Updates the Comment specified by CommentId in the associated Report. |
Update Report Data Sets |
Updates report to use the specificed shared datasets. |
Update Report Parameter Definitions |
Updates the ParameterDefinitions associated with the Report specified by Id. |
Update Report Properties |
Updates the Report Properties included in the given list. |
Upload Report |
Does an efficient binary upload of a new or existing Report CatalogItem from a multipart/form-data request. Use of this API is recommended for files larger than... |