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
Path parameters
The ID of the content item.
Query parameters
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
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.