Click or drag to resize

AnalyticsClientGetDashboards Method

Returns list of all accessible dashboards.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, List<Dictionary<string, Object>>> GetDashboards()

Return Value

Type: DictionaryString, ListDictionaryString, Object
All dashboards list.
See Also