Home > @tridion-sites/open-api-client > ItemsService > itemExists
Checks whether an item exists in the system based on its URI.
Signature:
static itemExists({ escapedItemId, }: {
escapedItemId: string;
}): CancelablePromise<void>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, } | { escapedItemId: string; } |
Returns:
CancelablePromise<void>
void
ApiError