Get Specific Renditions for a Publication
Required scope:
public-api:read
Description
Upcoming Deprecation
Please note that we’re working on offering a better alternative to the renditions with the composition Api
.
If you need the HTML for a document you can use the composition Api
and pass the field html
.
Required Server Configuration
Renditions are only available if configured in the contentType
configuration.
Endpoint
GET api/v1/documents/:documentId/latestPublication/renditions/:renditionHandles
Parameters
Name | Type | Required | Notes |
---|---|---|---|
:renditionHandles | string | x | A comma-separated list of renditions handles, e.g. “web,name”. |