[RTC] Sort criteria in REST query to fetch deletedLinks
Since it is not possible to sort the deleted links by the modifiedDate attribute, I figured I could use a REST query that looks like this:
https://server:9443/ccm/rpt/repository/foundation?fields=foundation/deletedLink/(*)&pos=100
In order for this approach to work, I need to make sure that every time I run this query the result set will follow the same sort criteria. For example, if I run the query today and I get a given set of 100 itemId's as result, I would expect to set of itemId's to be the exact same if I run the same query one week from today. The itemId postion in the result would remain the same even when new itemId's would be added (I expect the to be added to the finish of the result set). Is this assumption correct?
Thanks.
https://server:9443/ccm/rpt/repository/foundation?fields=foundation/deletedLink/(*)&pos=100
In order for this approach to work, I need to make sure that every time I run this query the result set will follow the same sort criteria. For example, if I run the query today and I get a given set of 100 itemId's as result, I would expect to set of itemId's to be the exact same if I run the same query one week from today. The itemId postion in the result would remain the same even when new itemId's would be added (I expect the to be added to the finish of the result set). Is this assumption correct?
Thanks.