Drive > Files > Trash
Count Directory/File in Trash
Count the number of Directory and File in trash
get/2/drive/{drive_id}/trash/count
Path parameters
drive_idinteger required
the drive identifier
Response
OK
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.