Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version2.4
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.
Agnieszka12 FEB 20212.4Language review

To be added for 2023 Autumn or later:

The response has an Content-MD5 standard header that can be used to validate that the rendition file is unchanged during the HTTP request processing. Standard validation processes can be implemented.


As of Versionproduct version 2020 Winter | component version 2020 Winter
Request MethodGET
Response FormatPDF
Required Permissionaction read
>> Roles and Role Sets
Description

To return the content file's PDF rendition of the DMS document object, send the request with the ID of the DMS object as objectId.

If the specified objectId does not exist, the call results in the error 404 - Not Found. Further errors are triggered by referencing an object without a content file or with a not convertible content file.

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.

Supported formats:
>> Renditions
The response has an Content-MD5 standard header that can be used to validate that the rendition file is unchanged during the HTTP request processing. Standard validation processes can be implemented.

Response HeaderContent-Type: application/pdf
Request Example
/api/dms/objects/903f2ae8-2cfc-476c-8386-55c6811e41da/contents/renditions/pdf
Result ExampleResponse body with PDF document.

...