Archive REST Endpoints
Archive
The resource to manage archived assets
- Cancel the item scheduled for restore
 - Method: putPath:
/content/management/api/v1.1/archive/items/{id}/cancelRestore - Schedule an item for restore
 - Method: putPath:
/content/management/api/v1.1/archive/items/{id}/restore - Delete an Archived Item
 - Method: deletePath:
/content/management/api/v1.1/archive/items/{id} - List all Taxonomies and Categories of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/taxonomies - List Channels of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/channels - List Collections of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/collections - List Permissions of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/permissions - List Published Channels of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/publishedChannels - List Relationships of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/relationships - List Tags of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/tags - List Variations of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/variations - Read a type of metadata of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/metadata/{metadataType} - Read an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id} - Read Lock Info of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/lockInfo - Read Publish Info of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/publishInfo - Read the Metadata of a Given Archived Item.
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/metadata - Read Version Info of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/versionInfo - Read Workflow Instances of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/workflowInstances - Read Workflows of an Archived Item
 - Method: getPath:
/content/management/api/v1.1/archive/items/{id}/workflows