Click or drag to resize

ReportClientGetDashboards Method

Returns the list of owned/shared dashboards present in the zoho analytics account identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetDashboards(
	string userURI,
	string format,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
format
Type: SystemString
The output format.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: String
List of dashboards.
Exceptions
ExceptionCondition
Exception Invalid format provided. The available options are XML and JSON
See Also