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

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

Retrieves the slide rendition of the binary content file that is assigned to the DMS object specified by objectId.

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/contents/renditions/slide
Result ExampleResponse body with PNG file.