Contents:
Get the list of outputobjects for the authenticated user.
Version: v4
Required Permissions
NOTE: Each request to the Trifacta® platform must include authentication credentials. See API Authentication.
Request
Request Type: GET
Endpoint:
/v4/outputobjects
For more information, see API OutputObjects Get 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.