Export a component process
Request
GET https://{hostname}:{port}
/cli/componentProcess/export?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | true | Name or ID of the component |
| componentProcess | string | true | Name or ID of the component process |
| version | int | false | Version of the process to export. Default is the latest version. |
| draft | boolean | false | Whether to export the draft process. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: exportComponentProcess.