Home > @uniformdev/canvas > ContentTypeClient > get

ContentTypeClient.get() method

Fetches one content type by id (throws ApiClientError(404) if absent).

Signature:

Parameters

Parameter

Type

Description

args

{ contentTypeId: string; }

Returns:

Promise<ContentType>