tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > SchemasService > getAssociatedComponentTemplateLinks

Gets a list of all Component Template links that can render Components based on the specified Schema. This operation returns an instance of ‘Link’ type.

Signature:

static getAssociatedComponentTemplateLinks({ escapedSchemaId, onlyAllowedOnPage, }: {
        escapedSchemaId: string;
        onlyAllowedOnPage?: boolean;
    }): CancelablePromise<Array<Link>>;

Parameters

Parameter Type Description
{ escapedSchemaId, onlyAllowedOnPage, } { escapedSchemaId: string; onlyAllowedOnPage?: boolean; }  

Returns:

CancelablePromise<Array<Link>>

Link The request was successful.

Exceptions

ApiError