v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Delivery content

Get content item, including restricted ones.

Returns the content item specified by id. This route is restricted to authenticated users and allows to access restricted content items too. <br />User roles: admin, manager, editor, viewer, authenticatedVisitor

get/mydelivery/v1/content/{id}

Path parameters

idstring uuid required

The ID of the content item.

Query parameters

fieldsstring

Reduce the returned content item down to just the specified fields. Fields are specified by a comma seperated list of field names and should only be used once in the query string. To only retrieve rev and last-modified this parameter should look like fields=rev,last-modified.

Headers

If-None-Matchstring

The Etag value from a previous request to check whether a content item has been updated since, if so, a 304 (Not Modified) response code is returned instead of the content item.

Response

Success

idstring

The ID of the content item.

namestring

The name of the content item.

descriptionstring

The description text for this content item.

classificationstring

The classification defines the document type. For content items, all documents are classified as "content".

typeIdstring

The ID of the content type this item belongs to.

localestring

locale of the document (e.g "en", or "de").

lastModifiedstring date-time

The last modified date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.

lastModifierIdstring

name of user for now, this property may change once user management is defined.

createdstring date-time

The created date of this content item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.

creatorIdstring

The Id of the user that created this content item.

tagsstring[]

The tags which has been set for this content item.

elementsobject

Defined by the type and capture in the schema given by the type, in a real content, this property will be filled with more information.

kindstring[]

The tags which has been set by AI.

typestring

This is the Id of the content type document this content is based on.