GET /api/dms/objects/{objectId}/versions/{versionNr}/contents/renditions​/slide

As of Version2023 Spring
Request MethodGET
Response FormatPNG
Required Permissionaction read
>> Roles and Role Sets
Description

Returns the content file's slide rendition of the DMS document object version specified by objectId and versionNr.

A PNG image with 256 px is returned in the response body.

The supported formats of binary content files as well as details on calculation and storage are listed here:
>> Renditions

Please note that the rendition is not an exact representation of the original file. Deviations to the original file may arise and are NOT considered as bugs in our software.

Response HeaderContent-Type: image/png
Request Example
/api/dms/objects/903f2ae8-2cfc-476c-8386-55c6811e41da/versions/{versionNr}/contents/renditions/slide
Result ExampleResponse body with PNG file.