List deleted files
List all the files under requested path that are deleted.
Request
GET: {baseUrl}/{networkID}/{appID}/files?dirPath=<the-path-of-the-folder>
Query Parameters
The API uses form-data for uploading files. Below are examples of how to structure the request when uploading a single file.
| Parameters | Type | Description |
|---|---|---|
dirPath |
string | The absolute path of the folder |
deletedOnly |
boolean | if true, lists all the deleted files |
keep dirPath empty, if you want to list all the deleted files at the root.
Headers
Learn how to pass authentication headers here.