Method | Description | |
---|---|---|
GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport |
Gets a list of reports available within the specified workspace
|
|
GetReportsAsync ( this operations, string collectionName, string workspaceId, |
Gets a list of reports available within the specified workspace
|
public static GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
return | ODataResponseListReport |
public static GetReportsAsync ( this operations, string collectionName, string workspaceId, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
workspaceId | string | /// The workspace id /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |