AnalyticsClientGetWorkspaceDetails Method |
Returns details of the specified workspace.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetWorkspaceDetails(
long workspaceId
)
Parameters
- workspaceId
- Type: SystemInt64
Id of the workspace.
Return Value
Type:
DictionaryString,
ObjectWorkspace details.
See Also