Skip to content

getExportFile

GET
Use dark colors for code blocksCopy
1
/{orgId}/admin/{itemId}/exportAsync/{exportId}
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

NameTypeRequired
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.