tridion-sites-extensions-api-docs

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

PublishingService.getPublishUrls() method

Gets the URL where an item is published. This operation returns an instance of ‘PublishUrlInfo’ type.

Signature:

static getPublishUrls({ escapedPageId, }: {
        escapedPageId: string;
    }): CancelablePromise<Array<PublishUrlInfo>>;

Parameters

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

Returns:

CancelablePromise<Array<PublishUrlInfo>>

PublishUrlInfo The request was successful.

Exceptions

ApiError