Export Workflow

Export Workflow

Exports a package by its ID. If the request is successful, the package binary content is available as an attachment with MIME type application/zip (that is, a normal ZIP file) with a default file name {workflowname}.workflow. It is up to the client application to properly fetch and process this attachment, for example by saving it to the local file system. The exported package has the same internal format as the workflows exported by using the Orchestrator client.

Request
URI
GET
https://{api_host}/vco/api/content/workflows/{workflowId}
COPY
Path Parameters
string
workflowId
Required

workflowId


Responses
200

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

404

Cannot find a workflow with the specified ID.

Operation doesn't return any data structure