Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Dataflows List Resource

Returns a collection of dataflows.

Resource URL

1/wave/dataflows

Formats

JSON

Available Version

37.0

Available in Postman

To view and test a working example of this resource, see getDataflowCollection in Postman. For information about how to authenticate your org with Postman, see the CRM Analytics Rest API Quick Start.

Available Components

HTTP Methods

GET

Request parameters for GET

Parameter Name Type Description Required or Optional Available Version
q String Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. If the user’s search query contains quotation marks or wildcards, those symbols are automatically removed from the query string in the URI along with any other special characters. Optional 47.0

The following REST URL shows how to use the q parameter as a search query in the GET request.

1/wave/dataflows?q=MyDataflow

Response body for GET

Dataflow Collection