TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

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)

async

Fetches a list of all content classification labels.

ParameterTypeRequiredDefaultDescription
localestringnone

The locale for the content classification labels.