interface ContentReferenceResponse {
    contentUri: undefined | string;
    externalUriInformation: undefined | ExternalUriInformation;
    request: string;
}

Properties

contentUri: undefined | string

Reference information containing URI and UUID.

If the requestedUri is the same as the content.uri a content object already exist for the given URI. In this case a UUID is also available. Otherwise, content is undefined.

externalUriInformation: undefined | ExternalUriInformation
request: string

The URI or UUID the information is requested for.