Read an Archived Item

get

/content/management/api/v1.1/archive/items/{id}

Read an archived item.

Request

Path Parameters
Query Parameters
  • Expand parameter provides the option of getting child resources (referenced items) inline with the item's response. Accepts a comma-separated list of field names or all. All the user-defined field names should be provided with prefix fields and followed by a period (.). If these fields are of a reference type, then the resource expands their data inline in the response. Field names are case-sensitive. When expand is specified as all (with all in lower case), all the fields of the reference type of the requested item are expanded. When expand is not specified, item response contains links to the referenced items. Expansion of this form is supported for one level only; a request to expand beyond the first level of referenced fields will produce the response HTTP 400. When the expand parameter contains a nonexistent field as per type definition of the requested item, the resource produces HTTP 400.

    Example : expand=fields.field1,fields.field2
    Returns field1 and field2: names of the user-defined fields in the type to which this item belongs.
    Example : expand=taxonomies
    Returns taxonomies field containing all categories assigned to this item.
    Example : expand=changes
    Returns changes field containing information about categorization changes to this item.
    Example : expand=metadata
    Returns metadata field containing information about available metadata for this item such as EXIF data.
    Example : expand=metadata.exif
    Returns EXIF metadata available for this item.
    Example : expand=workflows
    Returns workflows associated with this item.
    Example : expand=permissions
    Returns allowed actions on this item.
    Example : expand=channels
    Returns targeted channels of this item along with preview links to preview the item on a particular channel.
    Example : expand=all
    Returns all fields and sub resources (except for permissions) available for this item.
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ArchivedItem
Type: object
Archived Item
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : ItemSubResourceListChangesInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListChannelId
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListCollectionId
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceConnectorFileInfo
Type: object
Item SubResource.
Show Source
Nested Schema : User
Type: object
User object
Show Source
Nested Schema : fields
Type: object
Read Only: true
Additional Properties Allowed
Show Source
User-defined fields data. Map. All the user-defined fields required in the type definition must be provided under this property in PUT and POST request.
Nested Schema : ItemSubResourceLockInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemMetadataInfo
Type: object
ItemMetadataInfo
Show Source
Nested Schema : ItemSubResourceListAction
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListPublishInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemReferenceInfo
Type: object
ItemReferenceInfo
Show Source
Nested Schema : ItemSubResourceRelationships
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListSuggestedTaxonomyInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListTag
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListTaxonomyInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListVariationsInfo
Type: object
Item SubResource.
Show Source
Nested Schema : ItemSubResourceListVersionInfo
Type: object
Item SubResource.
Show Source
Nested Schema : VideoBean
Type: object
VideoBean
Show Source
Nested Schema : WorkflowField
Type: object
All mapped workflow fields
Show Source
Nested Schema : ItemSubResourceListWorkflowInfo
Type: object
Item SubResource.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : ChangesInfo
Type: object
ChangesInfo
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : CollectionId
Type: object
CollectionId
Show Source
Nested Schema : ConnectorFileInfo
Type: object
ConnectorFileInfo
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : LockInfo
Type: object
LockInfo
Show Source
Nested Schema : EXIFMetadata
Type: object
EXIF Metadata
Show Source
Nested Schema : VideoTranscriptMetadata
Type: object
Video Transcription Metadata
Show Source
Nested Schema : aggregationResults
Type: array
Aggregation results.
Show Source
Nested Schema : items
Type: array
Singular resources contained in the collection.
Show Source
Nested Schema : pinned
Type: array
Pinned items. Shows items pinned at the top of search list
Show Source
Nested Schema : AggregationResult
Type: object
Show Source
Nested Schema : ItemExtractedExifBean
Type: object
ItemExtractedExifBean
Show Source
Nested Schema : aggregationResults
Type: array
Aggregation results.
Show Source
Nested Schema : items
Type: array
Singular resources contained in the collection.
Show Source
Nested Schema : pinned
Type: array
Pinned items. Shows items pinned at the top of search list
Show Source
Nested Schema : Videotranscript
Type: object
Video transcript
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : Action
Type: object
Action
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PublishInfo
Type: object
PublishInfo
Show Source
Nested Schema : Relationships
Type: object
Relationships
Show Source
Nested Schema : referencedBy
Type: array
Referenced by ids
Show Source
Nested Schema : Siteplanreference
Type: object
Site plan reference
Show Source
Nested Schema : referencedBySites
Type: array
Referenced by sites
Show Source
Nested Schema : references
Type: array
Reference ids
Show Source
Nested Schema : References
Type: object
References
Show Source
Nested Schema : ReferencedBySites
Type: object
ReferencedBySites
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : SuggestedTaxonomyInfo
Type: object
SuggestedTaxonomyInfo
Show Source
Nested Schema : categories
Type: array
Categories in the Suggested Taxonomy the item belongs to.
Show Source
Nested Schema : ItemSuggestedCategoryInfo
Type: object
Show Source
Nested Schema : nodes
Type: array
Nodes in the category assigned to the item.
Show Source
Nested Schema : CategoryNodeBean
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : Tag
Type: object
Tag.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : TaxonomyInfo
Type: object
TaxonomyInfo
Show Source
Nested Schema : categories
Type: array
Categories in the Taxonomy the item belongs to.
Show Source
Nested Schema : ItemCategoryInfo
Type: object
Show Source
Nested Schema : nodes
Type: array
Nodes in the category assigned to the item.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : VariationsInfo
Type: object
Variations Info.
Show Source
Nested Schema : items
Type: array
Content item variations.
Show Source
Nested Schema : Language
Type: object
LanguageItem
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : VersionInfo
Type: object
VersionInfo
Show Source
Nested Schema : PlaybackBean
Type: object
PlaybackBean
Show Source
Nested Schema : ProcessingBean
Type: object
ProcessingBean
Show Source
  • Read Only: true
    The progress of the background process. The value of this field will be one of PENDING, SUCCEEDED or FAILED.
Nested Schema : StripBean
Type: object
StripBean
Show Source
Nested Schema : AdaptiveStreamsBean
Type: object
AdaptiveStreamsBean
Show Source
Nested Schema : StripFrameBean
Type: object
StripFrameBean
Show Source
Nested Schema : aggregationResults
Type: array
Aggregation results.
Show Source
Nested Schema : items
Type: array
Singular resources contained in the collection.
Show Source
Nested Schema : pinned
Type: array
Pinned items. Shows items pinned at the top of search list
Show Source
Nested Schema : WorkflowInfo
Type: object
WorkflowInfo.
Show Source
Nested Schema : data
Type: array
Show Source

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top

Examples

The following example shows how to read an archived item by submitting a GET request using cURL.

curl -X GET -H 'Accept: application/json' 'https://host:port/content/management/api/v1.1/archive/items/{id}'

Example 1

/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6

This reads an archived digital item with id: CONT04DEF647141A4E158BBBB0012AEE07D6.

Response Body

{
        "isRestoreScheduled": true,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2022-01-11T10:50:08.524Z",
          "timezone": "UTC"
        },
        "id": "CONT04DEF647141A4E158BBBB0012AEE07D6",
        "type": "Image",
        "name": "atiffimg.jpg",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2022-01-06T06:20:27.140Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "image-1481786065211-atiffimg",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2022-01-06T06:20:27.140Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": false,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.1",
        "fileExtension": "jpg",
        "latestVersion": "0.1",
        "mimeType": "image/jpg",
        "fileGroup": "Images",
        "varSetId": "D4E4DE1540CD6D1EE053020011ACC0BD",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "metadata": {
            "width": "273",
            "height": "184"
          },
          "size": 11743,
          "native": {
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/assets/CONT04DEF647141A4E158BBBB0012AEE07D6/native/atiffimg.jpg",
                "rel": "self",
                "method": "GET",
                "mediaType": "image/jpg"
              }
            ]
          },
          "mimeType": "image/jpg",
          "fileGroup": "Images",
          "fileType": "jpg"
        },
        "typeCategory": "DigitalAssetType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CONT04DEF647141A4E158BBBB0012AEE07D6/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
      }

Example 2

/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD

This reads an archived content item with id: CORE83FB90323FBB497EA7105E977B540FAD.

Response Body

 {
        "isRestoreScheduled": false,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2021-12-24T11:22:31.690Z",
          "timezone": "UTC"
        },
        "id": "CORE83FB90323FBB497EA7105E977B540FAD",
        "type": "type1",
        "name": "item1",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2021-12-22T13:41:04.782Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "3000000000009-item1",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2021-12-22T13:41:04.782Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": true,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.1",
        "fileExtension": "contentItem",
        "latestVersion": "0.1",
        "mimeType": "contentItem",
        "fileGroup": "contentItem",
        "varSetId": "D3BD45F9D5523A6EE053020011AC5895",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/CORE83FB90323FBB497EA7105E977B540FAD",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "type1text": "vn"
        },
        "typeCategory": "ContentType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE83FB90323FBB497EA7105E977B540FAD/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
      }

Example 3

/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6
This reads an archived content item with id: CORE8C77233CC9C0477AA83E5667E5E84CC6 having reference item which is not archived.

Response Body

{
        "isRestoreScheduled": false,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2022-01-11T17:25:20.489Z",
          "timezone": "UTC"
        },
        "id": "CORE8C77233CC9C0477AA83E5667E5E84CC6",
        "type": "type_ref",
        "name": "item_ref",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2022-01-11T17:21:31.598Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "3000000050014-item_ref",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2022-01-11T17:21:31.598Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": true,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.1",
        "fileExtension": "contentItem",
        "latestVersion": "0.1",
        "mimeType": "contentItem",
        "fileGroup": "contentItem",
        "varSetId": "D552AF2DADBB3DE7E053020011AC62F4",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "ref": {
            "id": "COREC3B176C460F34CA39E92D909037CD951",
            "type": "type2",
            "name": "badminton",
            "createdBy": "cecusername",
            "createdDate": {
              "value": "2022-01-07T13:26:15.452Z",
              "timezone": "UTC"
            },
            "description": "",
            "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
            "slug": "3000000045000-badminton",
            "updatedBy": "cecusername",
            "updatedDate": {
              "value": "2022-01-07T13:26:15.452Z",
              "timezone": "UTC"
            },
            "language": "en-US",
            "translatable": true,
            "status": "draft",
            "languageIsMaster": true,
            "isPublished": false,
            "version": "0.1",
            "fileExtension": "contentItem",
            "currentVersion": "0.1",
            "latestVersion": "0.1",
            "mimeType": "contentItem",
            "fileGroup": "contentItem",
            "varSetId": "D4FEEE6D131C3758E053020011ACF203",
            "tags": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/tags",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "versionInfo": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/versionInfo",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "channels": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/channels",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "publishedChannels": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/publishedChannels",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "collections": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/collections",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "changes": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/changes",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "metadata": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/metadata",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "taxonomies": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/taxonomies",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "suggestedTaxonomies": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/suggestedTaxonomies",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "workflows": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/workflows",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "lockInfo": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/lockInfo",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "relationships": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/relationships",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ],
            "fields": {
              "img": {
                "id": "CONT1289CCCEC54E4F2389E5DA44DD207AA3",
                "type": "Image",
                "typeCategory": "DigitalAssetType",
                "name": "badminton.jpg",
                "fileExtension": "jpg"
              },
              "item_value": "hello"
            },
            "typeCategory": "ContentType",
            "publishInfo": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/publishInfo",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "variations": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/variations",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "permissions": {
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/items/COREC3B176C460F34CA39E92D909037CD951/permissions",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "scheduled": false
          }
        },
        "typeCategory": "ContentType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
      }

Example 4

/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6?expand=all

This reads an archived content item with id: CORE8C77233CC9C0477AA83E5667E5E84CC6 having expand=all as query parameter. This content item has variations.

Response Body

{
          "isRestoreScheduled": false,
          "archivedBy": "cecusername",
          "archivedDate": {
            "value": "2022-01-11T17:42:02.535Z",
            "timezone": "UTC"
          },
          "id": "COREC40D3505294444E998AA009FFF788931",
          "type": "type1",
          "name": "item_archive",
          "createdBy": "cecusername",
          "createdDate": {
            "value": "2022-01-11T17:35:11.214Z",
            "timezone": "UTC"
          },
          "description": "",
          "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
          "slug": "3000000050015-item_archive",
          "updatedBy": "cecusername",
          "updatedDate": {
            "value": "2022-01-11T17:40:38.171Z",
            "timezone": "UTC"
          },
          "language": "en-US",
          "translatable": true,
          "status": "draft",
          "languageIsMaster": true,
          "isPublished": false,
          "version": "0.2",
          "fileExtension": "contentItem",
          "latestVersion": "0.2",
          "mimeType": "contentItem",
          "fileGroup": "contentItem",
          "varSetId": "D552AF2DADBE3DE7E053020011AC62F4",
          "tags": {
            "data": [
              {
                "name": "item",
                "language": "en",
                "properties": {
                  "type": "auto"
                }
              },
              {
                "name": "field",
                "language": "en",
                "properties": {
                  "type": "auto"
                }
              },
              {
                "name": "archive",
                "language": "en",
                "properties": {
                  "type": "auto"
                }
              },
              {
                "name": "version",
                "language": "en",
                "properties": {
                  "type": "auto"
                }
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/tags",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "versionInfo": {
            "data": [
              {
                "latestVersion": "0.2"
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/versionInfo",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "channels": {
            "data": [
              {
                "id": "RCHANNEL07D5AB98C9734D55B97179371B4946BA"
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/channels",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "publishedChannels": {
            "data": [],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishedChannels",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "collections": {
            "data": [
              {
                "id": "COLLC6B5D62DF91547A0AA396D16CCE7BDFA"
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/collections",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "changes": {
            "data": [
              {
                "source": "taxonomies",
                "type": "categorization",
                "value": true
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/changes",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "metadata": {
            "exif": {
              "hasMore": false,
              "totalResults": 0,
              "items": [],
              "links": [
                {
                  "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/metadata/exif",
                  "rel": "self",
                  "method": "GET",
                  "mediaType": "application/json"
                }
              ]
            },
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/metadata",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "taxonomies": {
            "data": [
              {
                "id": "60785C9FD8F848828A56404D3BCF518B",
                "name": "test_taxonomy",
                "shortName": "TES",
                "categories": [
                  {
                    "id": "30119B0222E444D895F5A15CB3BBB252",
                    "name": "books",
                    "apiName": "tes-b",
                    "nodes": [
                      {
                        "id": "30119B0222E444D895F5A15CB3BBB252",
                        "name": "books",
                        "apiName": "tes-b"
                      }
                    ],
                    "links": [
                      {
                        "href": "http://<hostname>/content/management/api/v1.1/taxonomies/60785C9FD8F848828A56404D3BCF518B/categories/30119B0222E444D895F5A15CB3BBB252",
                        "rel": "self",
                        "method": "GET",
                        "mediaType": "application/json"
                      }
                    ]
                  },
                  {
                    "id": "CB9351459AD2461AB72BEE1AA7685FF5",
                    "name": "english",
                    "apiName": "tes-b-n-e",
                    "nodes": [
                      {
                        "id": "30119B0222E444D895F5A15CB3BBB252",
                        "name": "books",
                        "apiName": "tes-b"
                      },
                      {
                        "id": "68688AB242144D47A0290701651950BD",
                        "name": "novels",
                        "apiName": "tes-b-c"
                      },
                      {
                        "id": "CB9351459AD2461AB72BEE1AA7685FF5",
                        "name": "english",
                        "apiName": "tes-b-n-e"
                      }
                    ],
                    "links": [
                      {
                        "href": "http://<hostname>/content/management/api/v1.1/taxonomies/60785C9FD8F848828A56404D3BCF518B/categories/CB9351459AD2461AB72BEE1AA7685FF5",
                        "rel": "self",
                        "method": "GET",
                        "mediaType": "application/json"
                      }
                    ]
                  }
                ],
                "links": [
                  {
                    "href": "http://<hostname>/content/management/api/v1.1/taxonomies/60785C9FD8F848828A56404D3BCF518B",
                    "rel": "self",
                    "method": "GET",
                    "mediaType": "application/json"
                  }
                ]
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/taxonomies",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "suggestedTaxonomies": {
            "data": [
              {
                "id": "60785C9FD8F848828A56404D3BCF518B",
                "name": "test_taxonomy",
                "shortName": "TES",
                "categories": [
                  {
                    "id": "8F984EF36C25483A90446DEE928BD291",
                    "name": "hindi",
                    "apiName": "tes-b-n-h",
                    "isRejected": false,
                    "order": 1,
                    "nodes": [
                      {
                        "id": "30119B0222E444D895F5A15CB3BBB252",
                        "name": "books",
                        "apiName": "tes-b"
                      },
                      {
                        "id": "68688AB242144D47A0290701651950BD",
                        "name": "novels",
                        "apiName": "tes-b-c"
                      },
                      {
                        "id": "8F984EF36C25483A90446DEE928BD291",
                        "name": "hindi",
                        "apiName": "tes-b-n-h"
                      }
                    ],
                    "links": [
                      {
                        "href": "http://<hostname>/content/management/api/v1.1/taxonomies/60785C9FD8F848828A56404D3BCF518B/categories/8F984EF36C25483A90446DEE928BD291",
                        "rel": "self",
                        "method": "GET",
                        "mediaType": "application/json"
                      }
                    ]
                  }
                ],
                "links": [
                  {
                    "href": "http://<hostname>/content/management/api/v1.1/taxonomies/60785C9FD8F848828A56404D3BCF518B",
                    "rel": "self",
                    "method": "GET",
                    "mediaType": "application/json"
                  }
                ]
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/suggestedTaxonomies",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "workflows": {
            "data": [],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/workflows",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "lockInfo": {
            "data": {
              "isLocked": false
            },
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/lockInfo",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "relationships": {
            "data": {
              "references": [],
              "referencedBy": [],
              "referencedBySites": []
            },
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/relationships",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=all",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            },
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=all",
              "rel": "canonical",
              "method": "GET",
              "mediaType": "application/json"
            },
            {
              "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/COREC40D3505294444E998AA009FFF788931",
              "rel": "describedby",
              "method": "GET",
              "mediaType": "application/json"
            }
          ],
          "fields": {
            "type1_update": "archive_field_updated_version"
          },
          "typeCategory": "ContentType",
          "publishInfo": {
            "data": [],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishInfo",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "variations": {
            "data": [
              {
                "varType": "language",
                "masterItem": "COREC40D3505294444E998AA009FFF788931",
                "items": [
                  {
                    "id": "CORE662D161A892E483F95304EA53AFD6E12",
                    "name": "item_archive_hi",
                    "value": "hi",
                    "status": "draft",
                    "isPublished": false
                  },
                  {
                    "id": "COREC40D3505294444E998AA009FFF788931",
                    "name": "item_archive",
                    "value": "en-US",
                    "status": "draft",
                    "isPublished": false
                  }
                ]
              }
            ],
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/variations",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "permissions": {
            "links": [
              {
                "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/permissions",
                "rel": "self",
                "method": "GET",
                "mediaType": "application/json"
              }
            ]
          },
          "scheduled": false
        }

Example 5

/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6?expand=permissions

This reads an archived content item with id: CORE8C77233CC9C0477AA83E5667E5E84CC6 having expand=permissions as query parameter.

Response Body

{
        "isRestoreScheduled": false,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2022-01-11T17:42:02.535Z",
          "timezone": "UTC"
        },
        "id": "COREC40D3505294444E998AA009FFF788931",
        "type": "type1",
        "name": "item_archive",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2022-01-11T17:35:11.214Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "3000000050015-item_archive",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2022-01-11T17:40:38.171Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": true,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.2",
        "fileExtension": "contentItem",
        "latestVersion": "0.2",
        "mimeType": "contentItem",
        "fileGroup": "contentItem",
        "varSetId": "D552AF2DADBE3DE7E053020011AC62F4",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=permissions",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=permissions",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/COREC40D3505294444E998AA009FFF788931",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "type1_update": "archive_field_updated_version"
        },
        "typeCategory": "ContentType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "data": [
            {
              "action": "view"
            },
            {
              "action": "update"
            },
            {
              "action": "create"
            },
            {
              "action": "delete"
            }
          ],
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
      }

Example 6

/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6?expand=lockInfo

This reads an archived content item with id: CORE8C77233CC9C0477AA83E5667E5E84CC6 having expand=lockInfo as query parameter.

Response Body

{
        "isRestoreScheduled": false,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2022-01-11T17:42:02.535Z",
          "timezone": "UTC"
        },
        "id": "COREC40D3505294444E998AA009FFF788931",
        "type": "type1",
        "name": "item_archive",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2022-01-11T17:35:11.214Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "3000000050015-item_archive",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2022-01-11T17:40:38.171Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": true,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.2",
        "fileExtension": "contentItem",
        "latestVersion": "0.2",
        "mimeType": "contentItem",
        "fileGroup": "contentItem",
        "varSetId": "D552AF2DADBE3DE7E053020011AC62F4",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "data": {
            "isLocked": false
          },
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=lockInfo",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=lockInfo",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/COREC40D3505294444E998AA009FFF788931",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "type1_update": "archive_field_updated_version"
        },
        "typeCategory": "ContentType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
       }

Example 7

/content/management/api/v1.1/archive/items/CORE8C77233CC9C0477AA83E5667E5E84CC6?expand=collections

This reads an archived content item with id: CORE8C77233CC9C0477AA83E5667E5E84CC6 having expand=collections as query parameter.

Response Body

      {
        "isRestoreScheduled": false,
        "archivedBy": "cecusername",
        "archivedDate": {
          "value": "2022-01-11T17:42:02.535Z",
          "timezone": "UTC"
        },
        "id": "COREC40D3505294444E998AA009FFF788931",
        "type": "type1",
        "name": "item_archive",
        "createdBy": "cecusername",
        "createdDate": {
          "value": "2022-01-11T17:35:11.214Z",
          "timezone": "UTC"
        },
        "description": "",
        "repositoryId": "5C841C5E24E746599558FFF9FCBBE874",
        "slug": "3000000050015-item_archive",
        "updatedBy": "cecusername",
        "updatedDate": {
          "value": "2022-01-11T17:40:38.171Z",
          "timezone": "UTC"
        },
        "language": "en-US",
        "translatable": true,
        "status": "draft",
        "languageIsMaster": true,
        "isPublished": false,
        "version": "0.2",
        "fileExtension": "contentItem",
        "latestVersion": "0.2",
        "mimeType": "contentItem",
        "fileGroup": "contentItem",
        "varSetId": "D552AF2DADBE3DE7E053020011AC62F4",
        "tags": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/tags",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "versionInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/versionInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "channels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/channels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "publishedChannels": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishedChannels",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "collections": {
          "data": [
            {
              "id": "COLLC6B5D62DF91547A0AA396D16CCE7BDFA"
            }
          ],
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/collections",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "changes": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/changes",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "metadata": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/metadata",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "taxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/taxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "suggestedTaxonomies": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/suggestedTaxonomies",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "workflows": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/workflows",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "lockInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/lockInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "relationships": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/relationships",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "links": [
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=collections",
            "rel": "self",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931?expand=collections",
            "rel": "canonical",
            "method": "GET",
            "mediaType": "application/json"
          },
          {
            "href": "http://<hostname>/content/management/api/v1.1/metadata-catalog/archive/items/COREC40D3505294444E998AA009FFF788931",
            "rel": "describedby",
            "method": "GET",
            "mediaType": "application/json"
          }
        ],
        "fields": {
          "type1_update": "archive_field_updated_version"
        },
        "typeCategory": "ContentType",
        "publishInfo": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/publishInfo",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "variations": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/variations",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "permissions": {
          "links": [
            {
              "href": "http://<hostname>/content/management/api/v1.1/archive/items/COREC40D3505294444E998AA009FFF788931/permissions",
              "rel": "self",
              "method": "GET",
              "mediaType": "application/json"
            }
          ]
        },
        "scheduled": false
      }
    }
Back to Top