Renditions
/api/2026-03/documents/{documentId}/latestPublication/renditions/{renditionHandles}Path Parameters
| Parameter | Type | Description |
renditionHandles* | string | A comma-separated list of renditions handles, e.g. "web,name" |
Query Parameters
Query StringPassed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).
| Parameter | Type | Description |
ignoreComponentConditions | boolean | (added in release-2024-03) Provides 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-03) JSON stringified object which contains the component conditions you would like to apply. Default: |
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
- Latest Publication API
- Composition API
Use Cases
- Provides a Publication for a delivery in another format like
RSS,XML(so calledRendition)