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