[POST] /export
/api/bpm/organizations/{id}/export
Description | This endpoint can be used to export a complete or partial workflow organization as a enaio proprietary XML file. The export can include a organizational data, report configurations, routing list templates and workflow process definitions with their families. The XML content is in a enaio native format which is not BPMN 2.0 compatible. The When exporting |
|---|---|
Required system role | R_WFEDIT_START (ID = 21) |
Request | POST |
Request Optional Query Parameter |
|
Response | JSON |
Minimum Version | 1.5.0 |
Request |
{
"organization": true,
"reportConfigurations": [{
"id": "A1B2C3D4E5F6..."
}],
"routingListTemplates": [{
"id": "F6E5D4C3B2A1..."
}],
"families": [{
"id": "4415524E71C0486C95B59AB59F1D77CA",
"parentId": "083E4D3979DE4C38A252D99061236FF2"
},{
"id": "083E4D3979DE4C38A252D99061236FF2",
"parentId": "52B18770BA69487FB2BA6A6636B9CD31"
}],
"processDefinitions": [{
"id": "C13688BA71F644B2878DFFB64F29D6C6",
"parentId": "4415524E71C0486C95B59AB59F1D77CA"
}]
}
|
Result | Returns the export as an XML file download ( |