Retrieving Deleted Documents

You can use the retrieveDeletedDocuments to retrieve deleted documents in a folder.

Sample URL

https://hostname:port/context/rest/v2/documents/retrieveDeletedDocuments/{id}

Method

GET

Parameters

Parameter Description
id Optional.

The ID of the folder to retrieve from.

If neither the id parameter nor the path parameter is present, it means the root folder. If both the id parameter nor the path parameter are present, the path parameter will be ignore.

path Optional.

The fully qualified File Share path name.

Response

The call returns an array of deleted documents in this folder.