Skip to main content
GET
Get Content Version
Retrieves the content data for a specific historical version. Use this to view or compare previous versions of content.

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Content ID
version
number
required
Version number to retrieve

Response

Returns the Content object as it existed at the specified version.

Error Responses

Version Not Found

Content Not Found

Code Examples

This endpoint returns the content exactly as it was at the specified version. To revert content to a previous version, use the rollback endpoint.