Retrieve a Workflow Manager configuration file
Retrieves a Workflow Manager configuration (.wmc) file using the export ID provided by the export async endpoint.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/admin/{itemId}/exportAsync/{exportId} \
-H 'Accept: application/octet-stream' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
404 Response
{
"error": {
"message": "string",
"type": "string",
"details": [
{
"path": "string",
"errors": [
"string"
]
}
]
}
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The exported configuration | string | |
| error |