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