Versions Compared

Key

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

...

Ressources

Remarks

Page Properties
hiddentrue
Status
Status
colourYellow
titlePROGRESS
Priority2.4
Note
AssigneeAntje
Excerpt

This API provides endpoints for rendition of documents in different formats.

...

idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.



Excerpt

These endpoints provide document renditions in different formats.


Note

These rendition endpoints are offered in a separate API as an

...

extra service and are available only on request. This API is not yet included in yuuvis® Momentum installations.

For testing of the endpoints, a Postman Collection is provided. Download the JSON configuration file and import it in Postman. Add an environment defining the variables host, username, password and tenant.
>> Download Postman Collection JSON

HTTP Method
as of product version
PurposeResponse FormatDescription

PDF

Renditions

renditions

POST
as of 2.42020 Winter

Convert one e-mail into the format PDF/A-3PDF/A-3

Converts synchronously Synchronously converts all convertible parts of an e-mail including its first order attachments into the format PDF/A-3. The original e-mail itself will be included as a PDF attachment as well.
Requires an e-mail object. A successful POST returns the HTTP status code 200 together 200 together with the PDF/A-3 document in the body.
POST /api/renditions/pdf?level=pdfa3