getForgotten
Requests a forgotten file.
{
"c": "getForgotten",
"key": "Khirz6zTPdfd7"
}
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 |
{
"error": 0,
"key": "Khirz6zTPdfd7",
"url": "https://documentserver/url-to-forgotten-document.docx"
}
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 |