Identifying deleted resource
![](http://jazz.net/_images/myphoto/c4459de68ced49b8c05a962fa86863ce.jpg)
4 answers
![](http://jazz.net/_images/myphoto/c4459de68ced49b8c05a962fa86863ce.jpg)
There is no notification API today on resource changes; however you could use queries to figure resources got deleted.
Say you created a baseline (https://jazz.net/wiki/bin/view/Main/JFSBaselineAPI) for the reference point you want to compare against. Then you could run a query against the baseline index, and a query against the live index and compare the results.
Say you created a baseline (https://jazz.net/wiki/bin/view/Main/JFSBaselineAPI) for the reference point you want to compare against. Then you could run a query against the baseline index, and a query against the live index and compare the results.
![](http://jazz.net/_images/myphoto/c4459de68ced49b8c05a962fa86863ce.jpg)
There is no notification API today on resource changes; however you could use queries to figure resources got deleted.
Say you created a baseline (https://jazz.net/wiki/bin/view/Main/JFSBaselineAPI) for the reference point you want to compare against. Then you could run a query against the baseline index, and a query against the live index and compare the results.
Someone pointed me to this wiki:
http://jazz.net/wiki/bin/view/Main/ArchivingStoredResources
which seems to say that archived resources can be queried by supplying an additional parameter "include-archived".
Would it work? Thanks.