Read the Metadata of a Given Archived Item.

get

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

Read the Metadata of a given archived item. The EXIF metadata will return data sorted ascending by handle'. There is no pagination or query support and the number of items returned can be limited by the server.

Request

Path Parameters
Query Parameters
  • Expand parameter provides the option of getting the child resource inline with the item's response. This currently accepts exif,transcripts.When the expand parameter contains an unpermitted field, the resource produces HTTP 400.
    Example : expand=exif
    Returns fully expanded EXIF data for this item.
  • This parameter is used to control the returned fields in item metadata. This currently accepts exif,transcripts.The field name is case-sensitive, users must provide the correct field name in the query. When the fields parameter contains an unpermitted field, the resource produces HTTP 400.

    Example: fields=exif
    This returns the exif link field
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ItemMetadataInfo
Type: object
ItemMetadataInfo
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

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top