Content
Get a content
Retrieves a single content object by its ID.
GET
Path parameters
string
The unique identifier of the content object you want to retrieve.
Query parameters
string | string[]
Specify which related objects to include in the response. Available options:
editedVersion: Include the current draft version being editedpublishedVersion: Include the currently published version- You can request multiple expansions using array syntax:
expand[]=publishedVersion&expand[]=editedVersion