Retrieve a package containing the definition of the flow for the specified release.
NOTE: Releases pertain to Production instances of the |
NOTE: This method exports flows from a Product instance, which is different from exporting using the |
Response body is the contents of the package. Package contents are a ZIPped version of the flow definition.
Version: v3
Request Type: GET
Endpoint:
/v3/releases/<id>/package |
Parameter | Description |
---|---|
<id> | Internal identifier of the release to retrieve. |
Request URI - Example:
/v3/releases/7/package |
Request Body:
None.
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.
None.