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.

Get Data Category Details

Gets the labels and API names for a specified data category associated with the Knowledge object and its child categories.

This object is available in API version 56.0 and later.

Supported REST HTTP Methods

URI: /services/data/56.0/actions/standard/getDataCategoryDetails

Formats: JSON, XML

HTTP Methods: GET, HEAD, POST

Authentication: Authorization: Bearer token

Inputs

Input Type Description
dataCategoryGroupName string The API name of the data category group.
dataCategoryName string The API name of the data category.

Outputs

Output Type Description
dataCategoryDetailsOutput Apex An Apex knowledge_bot__DataCategoryDetailsOutput record that contains the labels and API names for the data category and its child categories.