Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Optional
data: anyOptional
_linksTimestamp representing when the assignees list was last updated in ISO 8601 format
List of user Id' who are assigned to the content item
Content item JSON body. The body must include the content type URL to indicate which content type this item will be created against, e.g.
{
"_meta": {
"schema": "https://raw.githubusercontent.com/amplience/dc-content-types/master/text-block.json"
}
}
The body will be validated against the content type and will reject if there are any validation errors.
Content repository id
Id of the user responsible for originally creating the content item
Timestamp representing when the content item was originally created in ISO 8601 format
Unique id used by client applications to request the content from the delivery API
Id of the folder where this content item is placed. This will be undefined if the item is in the repository root.
Optional
hierarchyDefined if content item is a member of a hierarchy
Unique id generated on creation
Friendly label for the content item
Id of the user responsible for the last update to the content item
Timestamp representing when the content item was last updated in ISO 8601 format
Optional
localeLocale
Readonly
relatedResources and actions related to a Content Item
Archive content item
Assign a WorkflowState
Retrieves a specific version of the content item
Retrieves the ContentRepository this content item is stored in
Get localizations of the content item
Create localizations of the content item
Sets a locale of the form ll-CC (language, country code)
Unarchive content item
Unassign a WorkflowState
Updates this Content Item with the changes in the mutation parameter. You must provide the current version number in the mutation to avoid overwriting other user's changes.
Lifecycle status of the content item
Optional
validationValidation state
Version number of the content item returned. By default this is the latest version but content items accessed via a snapshot will return the version found in the snapshot.
Optional
workflowAssigned workflow state
Class representing the Content Item resource. Content Items are instances of content created from a content type.