Skip to main content

getForgotten

Requests a forgotten file.

Request example

{
"c": "getForgotten",
"key": "Khirz6zTPdfd7"
}

Parameters

ParameterTypePresenceDescription
cstringrequiredDefines the command type.
keystringrequiredDefines the document identifier used to unambiguously identify the document file.

Response example

{
"error": 0,
"key": "Khirz6zTPdfd7",
"url": "https://documentserver/url-to-forgotten-document.docx"
}

Parameters

ParameterTypePresenceDescription
errorintegerrequiredDefines an error code.
keystringrequiredDefines the document identifier used to unambiguously identify the document file.
urlstringrequiredDefines the URL to a forgotten file.