Page tree

Release 6.0.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

Contents:


Retrieve a package containing the definition of the flow for the specified release.

NOTE: Releases pertain to Production instances of the Designer Cloud Powered by Trifacta® platform. For more information, see Overview of Deployment Manager.

NOTE: This method exports flows from a Product instance, which is different from exporting using the flows/:id/package, which exports from the Dev instance. Connection identifiers and paths may differ between the two instances. This method is typically used for archiving flows from the Deployment Manager.

 

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

Version: v4

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.0/index.html#section/Authentication.

Request

Request Type: GET

Endpoint:

/v4/releases/<id>/package
ParameterDescription
<id>Internal identifier of the release to retrieve.


Request URI - Example:

/v4/releases/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.

This page has no comments.