[POST] /convert
/api/bpm/organizations/convert
Description | This endpoint can be used to convert an export file from an older enaio version into the current enaio format. After the conversion the resulting file can be used for import into the current enaio version. The request body must contain the raw XML content of the export file to be converted. The enaio server processes the file and returns the converted XML in the same enaio proprietary format. An optional |
|---|---|
Required system role | R_WFEDIT_START (ID = 21) |
Request | POST |
Request Optional Query Parameter |
|
Response | JSON |
Minimum Version | 1.5.0 |
Request |
Raw XML data (Content-Type: application/xml) — the export file from an older enaio version.
|
Result | Returns the converted export as an XML file download (Content-Type: application/xml). The content of the file is the converted version of the submitted export, compatible with the current enaio version. |