Skip to main content
GET

Path parameters

id
string
The unique identifier of the content object you want to retrieve.

Query parameters

expand
string | string[]
Specify which related objects to include in the response. Available options:
  • editedVersion: Include the current draft version being edited
  • publishedVersion: Include the currently published version
  • You can request multiple expansions using array syntax: expand[]=publishedVersion&expand[]=editedVersion

Response

Returns a content object if found. Returns a 404 Not Found error if the content doesn’t exist.