Contents:
Get the list of outputobjects for the authenticated user.
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.4/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/outputobjects
For more information, see API OutputObjects Get v4.
Query Parameter reference:
The following query parameters are supported for this type of endpoint.
Query Parameter | Data Type | Description |
---|---|---|
embed | string | Comma-separated list of objects to include part of the response. |
includeDeleted | string | If set to |
limit | integer | Maximum number of objects to fetch. Default: |
noLimit | string | If set to |
offset | integer | Offset after which to start returning objects. For use with |
sort | string | Defines sort order for returned objects. |
filterFields | string | Comma-separated list of fields against which to match the |
filter | string | Value for fuzzy-filtering objects. See |
flowNodeId | integer | (some endpoints) Internal value. Do not modify. |
sharedRole | string | (some endpoints) The role type required to list the connection |
flowFilter | string | (some endpoints) The type of flows to list. Values: all , shared , owned |
For more information, see API Common Query Parameters v4.
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "data": [ { "id": 4, "execution": "photon", "profiler": true, "isAdhoc": true, "createdAt": "2018-11-08T18:56:13.916Z", "updatedAt": "2018-11-08T18:56:47.334Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "flowNode": { "id": 14 } }, { "id": 3, "execution": "photon", "profiler": true, "isAdhoc": true, "createdAt": "2018-11-08T18:51:56.633Z", "updatedAt": "2018-11-08T18:52:44.535Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "flowNode": { "id": 13 } }, { "id": 1, "execution": "photon", "profiler": true, "isAdhoc": true, "createdAt": "2018-11-08T15:56:10.050Z", "updatedAt": "2018-11-08T15:56:10.218Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "flowNode": { "id": 2 } } ] }
Reference
For more information on the properties of a write setting, see API OutputObjects Get v4.
This page has no comments.