GET
/{orgId}/admin/{itemId}/exportAsync/{exportId}Retrieves a Workflow Manager configuration (.wmc) file or configuration mapping file (.json) using the export ID provided by the export async endpoint. fileType parameter accepts values "wmc" or "json" and defaults to "wmc".
Query parameters
| Name | Type | Required | 
|---|---|---|
file | string¦null | |
token | string¦null | 
Path parameters
| Name | Type | Required | 
|---|---|---|
org | string | |
item | string | |
export | string | 
Response status
| Status | Meaning | Description | Schema | 
|---|---|---|---|
| 200 | OK | The exported configuration  | string(binary) | 
| 404 | Not Found | error  | WorkflowJsonExceptionDTO | 
Examples
Request
# You can also use wget
curl -X GET /{orgId}/admin/{itemId}/exportAsync/{exportId} \
  -H 'Authorization: Bearer <YOUR_TOKEN>'Response
"string"