REST API Reference

REST API Reference

GET Datadomains

GET Datadomains

The GET datadomains request exports data domain assignment information in a CSV file.

Resource URL

/tdm/v1/projects/{projectID}/columns/datadomains

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdm/v1/projects/{projectId}/columns/datadomains?exportType=CSV

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Path Parameters

The request path includes the following parameter:
Parameter
Description
projectId
Required. ID of the project that contains the plans.

Request Query Parameters

The request includes the following query parameter:
Parameter
Description
exportType
Required. Select the format of the data domain assignment file. You can select CSV.

Sample Request

GET http://<host>:6605/api/public/tdm/v1/projects/{projectId}/columnsdatadomains?exportType=csv

Sample Response Header

content-disposition: attachment; filename =DatadomainAssignments_181114141145.csv content-type: application/octet-stream date: Wed, 14 Nov 2018 08:41:45 GMT server: Informatica transfer-encoding: chunked
The response body contains a link to download the file.

0 COMMENTS

We’d like to hear from you!