Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

D toc

Retrieve a package containing the definition of the specified flow. 

Response body is the contents of the package. Package contents are a ZIPped version of the flow definition.

Version: v3

Required Permissions

D s api auth

Request

Request Type: GET

Endpoint:

Code Block
/v3/flows/<id>/package
ParameterDescription
<id>Internal identifier of the flow to retrieve.


Request URI - Example:

Code Block
/v3/flows/7/package

Request Body:

None.

Response

Response Status Code - Success: 200 - OK

Response Body Example:

Response body is the contents of the ZIP file. This package should be downloaded to your local environment.

Reference

None.