Agile Central: Lookback API: Find all artifacts that were restored from recycle bin
book
Article ID: 111797
calendar_today
Updated On:
Products
CA Agile Central On Premise (Rally)CA Agile Central SaaS (Rally)
Issue/Introduction
Can we find all artifacts that were restored from Recycle Bin? How? Can we further filter it by a date range or artifact type?
Environment
Release: Component: ACSAAS
Resolution
You can find out the artifacts that were restored from the Recycle Bin using Lookback API.
Any update to the artifacts creates a new snapshot which can be queried by the Lookback API. The snapshots are categorized by a field: _SnapshotType which marks the type of snapshot it is. The Restore event is marked with a value of 'RESTORE' per the _SnapshotType. Therefore, you can query by that value to find the restored artifacts:
You can further narrow down your query filter by artifact type or by date range. Here is another example of finding the restored artifacts for a date range of 04.20.2018 - 05.16.2018: