tridion-sites-extensions-api-docs

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

PublishingService.getPublishSourceByUrl() method

Gets information about the source from which content was published using the published URL. This operation returns an instance of ‘PublishSource’ type.

Signature:

static getPublishSourceByUrl({ url, }: {
        url: string;
    }): CancelablePromise<PublishSource>;

Parameters

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

Returns:

CancelablePromise<PublishSource>

PublishSource The request was successful.

Exceptions

ApiError