Is there a REST API command that will list deleted items in Requirements Management?
We are using REST API to pull artifact information from Requirements Management in Rational and need to pull data that will list deleted artifacts. In RTC we can easily get a list of Deleted items, as per this example : https://xxx.com/ccm/rpt/repository/workitem?fields=deletedWorkItem/deletedWorkItem/* but we have NOT been able to find such a REST command for Requirements Management.
Is there a way of doing this? The only way we are currently doing it is to run a lengthy rest command to pull all of the artifacts and then compare the list to a previous one. If there is a query or filter in Doors Next Gen that we can use to pull a listing of deleted items that would definitely assist us.