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.

User roles: admin, manager, editor, viewer, authenticatedVisitor

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the content item.

Query Params
string of strings

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
string

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.

Responses

304

Not modified is returned when the If-None-Match header is used and the Etag value matches the most recent version of the response.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json