common-get-archive-item
Retrieve archived items from Sitecore databases by specifying archive name and database. Use to access and process content moved to archives for management or restoration.
Instructions
Gets a list of items found in the specified archive.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | The name of the archive to use when determining which items to process. | |
| database | Yes | The database for which the archives should be retrieved. | |
| itemId | No | The ID for the original item that should be processed. | |
| identity | No | The user responsible for moving the item to the archive. |