Home > @tridion-sites/open-api-client > PublishingService > getPublishedPages
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>>;
Parameter | Type | Description |
---|---|---|
{ escapedComponentId, } | { escapedComponentId: string; } |
Returns:
CancelablePromise<Array<Page>>
Page The request was successful.
ApiError