tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > PublishingService > getPublishedPages

PublishingService.getPublishedPages() method

Gets a list of published Pages that use a specified Component. This operation returns an instance of ‘Page’ type.

Signature:

static getPublishedPages({ escapedComponentId, }: {
        escapedComponentId: string;
    }): CancelablePromise<Array<Page>>;

Parameters

Parameter Type Description
{ escapedComponentId, } { escapedComponentId: string; }  

Returns:

CancelablePromise<Array<Page>>

Page The request was successful.

Exceptions

ApiError