Contents:
Get the list of publications 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/publications
For more information, see API Publications Get v4.
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "data": [ { "path": [ "default" ], "id": 2, "tableName": "POS_r01", "targetType": "redshift", "action": "dropAndLoad", "createdAt": "2018-11-08T18:56:04.475Z", "updatedAt": "2018-11-08T18:56:04.475Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": null, "connection": { "id": 4 } }, { "path": [ "default" ], "id": 1, "tableName": "POS_r01", "targetType": "hive", "action": "dropAndLoad", "createdAt": "2018-11-08T18:52:43.871Z", "updatedAt": "2018-11-08T18:52:43.871Z", "creator": { "id": 1 }, "updater": { "id": 1 }, "outputObject": { "id": 3 }, "connection": { "id": 1 } } ] }
Reference
For more information on the properties of a publication, see API Publications Get v4.
This page has no comments.