Is there any way to, in API v2, when listing the folder contents (using list_folder or its various versions), get the time of deletion for deleted items (files in particular, but folders might also be good)?
From what I've seen so far, the only way to find a time of deletion of a file is to do a list_revisions call on the file, and from the response read the server_deleted field.
In API v1, a "metadata" call on a folder returned an array containing the contents of that folder, including for deleted items the modification time, i.e. the time when the item was deleted. Also, the time of deletion is available in the Dropbox web interface when looking at the contents of a folder and showing deleted files, so it seems the information should be available more easily than by quering each individual file with a list_revisions call?
Thanks for any help!