Items REST Endpoints

Items
The resources to manage items.
Archive an item
Method: post
Path: /content/management/api/v1.1/items/{id}/archive
Add rendition to a given item.
Method: post
Path: /content/management/api/v1.1/items/{id}/renditions
Bulk Transcript Operations.
Method: post
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/.bulk
Complete an Item Workflow Instance
Method: put
Path: /content/management/api/v1.1/items/{id}/completeWorkflowInstance
Create a Digital Item
Method: post
Path: /content/management/api/v1.1/items/
Creates a transcript with the given information in the payload.
Method: post
Path: /content/management/api/v1.1/items/{id}/metadata/{metadataType}
Creates an Item
Method: post
Path: /content/management/api/v1.1/items
Delete a transcript node.
Method: delete
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/{transcriptId}
Delete a type of metadata of an Item
Method: delete
Path: /content/management/api/v1.1/items/{id}/metadata/{metadataType}
Delete an Item
Method: delete
Path: /content/management/api/v1.1/items/{id}
Generate Taxonomy suggestions for the content items OnDemand
Method: post
Path: /content/management/api/v1.1/items/{id}/generateTaxonomySuggestions
Get add rendition status on a item
Method: get
Path: /content/management/api/v1.1/items/{id}/renditions/.status/{statusId}
Get all the mapped EXIF Metadata fields.
Method: get
Path: /content/management/api/v1.1/items/metadata/exif
Get item bulk transcript operations status.
Method: get
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/.bulk/.status/{statusId}
Get the item workflow instance details.
Method: get
Path: /content/management/api/v1.1/items/{id}/workflows/{instanceId}
List all Suggested Taxonomies and Categories of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/suggestedTaxonomies
List all Taxonomies and Categories of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/taxonomies
List All Time Zones
Method: get
Path: /content/management/api/v1.1/timeZones
List Channels of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/channels
List Collections of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/collections
List Permissions of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/permissions
List Published Channels of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/publishedChannels
List Relationships of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/relationships
List Tags of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/tags
List Variations of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/variations
Patches a transcript node.
Method: patch
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/{transcriptId}
Read a type of metadata of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/metadata/{metadataType}
Read an Item
Method: get
Path: /content/management/api/v1.1/items/{id}
Read Lock Info of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/lockInfo
Read OnDemand Taxonomy Suggestion Operations Status
Method: get
Path: /content/management/api/v1.1/items/{id}/generateTaxonomySuggestions/{jobId}
Read Publish Info of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/publishInfo
Read the ConnectorFileInfo of a given item.
Method: get
Path: /content/management/api/v1.1/items/{id}/connectorFileInfo
Read the Metadata of a given item.
Method: get
Path: /content/management/api/v1.1/items/{id}/metadata
Read transcript node of the item transcripts
Method: get
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/{transcriptId}
Read Version Info of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/versionInfo
Read Workflow Instances of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/workflowInstances
Read Workflows of an Item
Method: get
Path: /content/management/api/v1.1/items/{id}/workflows
Restores the auto generated subtitles.
Method: put
Path: /content/management/api/v1.1/items/{id}/metadata/transcripts/restore
Submit an Item to Workflow
Method: post
Path: /content/management/api/v1.1/items/{id}/submitToWorkflow
Take Action on a Workflow Task.
Method: post
Path: /content/management/api/v1.1/items/{id}/workflowAction
Terminate the item workflow instance.
Method: delete
Path: /content/management/api/v1.1/items/{id}/workflows/{instanceId}
Update a Digital Item with new File
Method: put
Path: /content/management/api/v1.1/items/{id}/
Update an Item
Method: put
Path: /content/management/api/v1.1/items/{id}
Update Lock status of an Item
Method: put
Path: /content/management/api/v1.1/items/{id}/lockInfo