getDataflowCollection
GET {{baseUrl}}/wave/dataflows
Retrieve a collection of dataflow resource representations.
For additional information, see the Dataflows List Resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | (Optional) 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 URL along with any other special characters. |
RESPONSES
status: OK
{"dataflows":[{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"},{"assetSharingUrl":"\u003cstring\u003e","createdBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"createdDate":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","lastAccessedDate":"\u003cstring\u003e","lastModifiedBy":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","profilePhotoUrl":"\u003cstring\u003e"},"lastModifiedDate":"\u003cstring\u003e","name":"\u003cstring\u003e","namespace":"\u003cstring\u003e","permissions":{"create":"\u003cboolean\u003e","manage":"\u003cboolean\u003e","modify":"\u003cboolean\u003e","view":"\u003cboolean\u003e"},"type":"\u003cstring\u003e","url":"\u003cstring\u003e"}]}