TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

getForgotten

Description

Requests a forgotten file.

Request example
{
    "c": "getForgotten",
    "key": "Khirz6zTPdfd7"
}
Parameters
Parameter Description Type Presence
c Defines the command type. string required
key Defines the document identifier used to unambiguously identify the document file. string required
Response example
{
    "error": 0,
    "key": "Khirz6zTPdfd7",
    "url": "https://documentserver/url-to-forgotten-document.docx"
}
Parameters
Parameter Description Type Presence
error Defines an error code. integer required
key Defines the document identifier used to unambiguously identify the document file. string required
url Defines the URL to a forgotten file. string required