Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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.