Why isn't an workitem listed in REST after being deleted?
Accepted answer
https://server:port/ccm/rpt/repository/workitem?fields=workitem/deletedWorkItem/(*)
What results are you getting? What version of RTC are you using?
Comments
I am using RTC version 5.0.2. Some workitems indeed are listed with this query, but I've created another and then deleted it, but its itemId was not on the whole list returned.
I am using RTC version 5.0.2. Some workitems indeed are listed with this query, but I've created another and then deleted it, but its itemId was not on the whole list returned.
Does the returned list contain exactly 100 itemIds? In the response from the server is there a "next" URL referenced (search on "next")?
Already checked, the nextPage is empty. I've tried the same with a filter, like this:
Okay, please forgive me, I've realized it is a mistake. There are some pages that return no values, and when I go forward, the itemID is listed. Thanks for the quick answer.