Skip to content
GET
Use dark colors for code blocksCopy
1
/{orgId}/admin/{itemId}/exportAsync/{exportId}
Retrieve a Workflow Manager configuration file or configuration mapping file

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

NameTypeRequired
fileTypestring¦null
tokenstring¦null

Path parameters

NameTypeRequired
orgIdstring
itemIdstring
exportIdstring

Response status

StatusMeaningDescriptionSchema
200OK

The exported configuration

string(binary)
404Not Found

error

WorkflowJsonExceptionDTO

Examples

Request

Use dark colors for code blocksCopy
1
2
3
# You can also use wget
curl -X GET /{orgId}/admin/{itemId}/exportAsync/{exportId} \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

Use dark colors for code blocksCopy
1
"string"

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.