getForgottenList
Requests a list of the forgotten files.
Request example
{
"c": "getForgottenList"
}
Request parameters
| Parameter | Type | Presence | Description |
|---|---|---|---|
| c | string | required | The command type. |
Response example
{
"error": 0,
"keys": ["Khirz6zTPdfd7"]
}
Response parameters
| Parameter | Type | Presence | Description |
|---|---|---|---|
| error | integer | required | An error code. |
| keys | string | required | A list of the document identifiers used to unambiguously identify the document files. |