Click or drag to resize

WorkspaceAPIGetGroupDetails Method

Returns details of the specified group.

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

Parameters

groupId
Type: SystemInt64
The id of the group.

Return Value

Type: DictionaryString, Object
Group details.
See Also