In Content Server 10 and Content Server 10.5 we can fetch a node via the REST API even if the document has been deleted. This is because it resides in the undelete workspace.
In Content Server 16, there is no longer a undelete workspace. From what I understand, the node is marked by a flag as being deleted. When requesting the node via REST API I receive an error that it may not exist. This makes sense from the perspective that items deleted are no longer available from a user's perspective.
Now from an Admin perspective I want to be able to retrieve this node, even if it is deleted. How can we retrieve such a node? Is there another API call we can make or is there one in the works in v2?
Thanks.
Arsalan