Contents:
Get the list of accessible writesettings objects 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.0/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/writesettings
For more information, see API WriteSettings Get v4.
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "data": [ { "delim": ",", "id": 6, "path": "hdfs://hadoop:50070/trifacta/queryResults/admin@example.com/POS_r01.pqt", "action": "create", "format": "pqt", "compression": "none", "header": false, "asSingleFile": false, "prefix": null, "suffix": "_increment", "hasQuotes": false, "createdAt": "2018-11-07T23:47:15.144Z", "updatedAt": "2018-11-07T23:47:15.144Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": { "id": 5 } }, { "delim": ",", "id": 1, "path": "hdfs://hadoop:50070/trifacta/queryResults/admin@example.com/AllFileFormats_2Fweb.csv", "action": "create", "format": "csv", "compression": "none", "header": true, "asSingleFile": true, "prefix": null, "suffix": "_increment", "hasQuotes": true, "createdAt": "2018-11-07T16:01:53.699Z", "updatedAt": "2018-11-07T16:01:53.699Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": { "id": 1 } } ] }
Reference
For more information on the properties of a writesettings object, see API WriteSettings Get v4.
This page has no comments.