Drive > Files > Trash

Count Directory/File in trashed Directory

Count the number of Directory and File

get/2/drive/{drive_id}/trash/{file_id}/count

Path parameters

drive_idinteger required

the drive identifier

file_idinteger required

the file identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "count": 10,
    "files": 6,
    "directories": 4
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.