HelixContentClassificationLabelApi
The Helix API methods that deal with content classification labels.
Overview
Methods
Can be accessed using client.contentClassificationLabels
on an ApiClient instance.
Example
const api = new ApiClient({ authProvider }); const labels = await api.contentClassificationLabels.getAll();
Methods
getAll(locale)
asyncFetches a list of all content classification labels.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
locale | string | none | The locale for the content classification labels. |
Return type: HelixContentClassificationLabel[]