Get Specific Renditions for a Publication
This endpoint has changes in version 2025-09.
| Version | Change |
|---|---|
| release-2024-03 | Added ignoreComponentConditions and componentConditions query parameters. |
| release-2025-09 | Deprecated the endpoint in all api versions, version 2025-09 does not include it anymore. |
Required scope:
public-api:read
Description
With the Renditions Endpoint you can load different output formats of your publication like RSS, XML, HTML etc. Attention: A rendition is only available if the output format is configured in the Content Type configuration.
Related
Use Cases
- Provides a Publication for a delivery in another format like
RSS,XML(so calledRendition)
Endpoint
GET /api/2025-07/documents/{documentId}/latestPublication/renditions/{renditionHandles}Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
| renditionHandles | string | x | A comma-separated list of renditions handles, e.g. “web,name” |
| ?ignoreComponentConditions | boolean | Added in: release-2024-03Provides a way to opt out of component filtering and return all content regardless of whether each component passes the conditional checks. Default: | |
| ?componentConditions | string | Added in: release-2024-03JSON stringified object which contains the component conditions you would like to apply. Default: |