describeDataCategoryGroupStructures()

The describeDataCategoryGroupStructures() call returns an array of DescribeDataCategoryGroupStructureResult objects containing the category groups and categories associated with the specified objects.
Name Type Description
description string The description of the data category group.
label string The label for the data category group in the Salesforce user interface.
name string The unique name used for API access to the data category group.
sobject string The object associated with the data category group.
topCategories DataCategory[] A list of top level categories visible depending on the user's data category group visibility settings. For more information on data category group visibility, see “Data Category Visibility” in the Salesforce online help.

DataCategory

Name Type Description
childDataCategories DataCategory[] A recursive list of visible sub categories in the data category.
label string The label for the data category in the Salesforce user interface.
name string The unique name used for API access to the data category.