latestOpenAPI 3.0.02026-07-2417611.8 MB
677305266d89
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