Hi,
if I "soft" delete a DmsObject, it is moved to the "recycle bin".
Elasticsearch (remaining values omitted)
"typepath": [
"sysroot/ecm:sysrecyclebin/note"
],
I'm looking for some way to undo the deletion in the ui. Therefore a listing of the recycle bin content is welcome. Perhaps I'm just missing the correct API method.
A request via dmsService.getDmsObject(...) results in a 404. Is there any way to access this object programmatically? And if, what's the semantic of the recycle bin? Is it "on a per user basis" security wise?
TIA
Dennis