v1
latestOpenAPI 3.0.02026-07-2417611.8 MBDelivery content
Get content item
Returns the content item specified by id. Restricted content items cannot be accessed. To access those content items too, you have to use /mydelivery/v1/content/{id}. <br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous
get/delivery/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