Test Data Management
- Test Data Management 10.5
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/pcrepo/folders/{foldername}/sources
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
folderName
| Required. Name of the folder in the PowerCenter repository that contains the sources.
|
Parameter
| Description
|
---|---|
filter
| Filters based on criteria.
|
sort
| Sorts based on criteria. You can enter more than one field name as criteria. By default, sorts in ascending order of criteria.
For example, to sort in descending order enter:
id:desc
|
start
| The start index of the list.
|
size
| The number of records that you want to return.
|
GET http://<host>:6605/api/public/tdm/v1/pcrepo/folders/CI_TEST_FOLDER/sources
[ { "name": "pcilm90_ora10g", "sources": [ { "name": "TICKET_SAVE" }, { "name": "CUSTOMER" }, { "name": "ADDRESS" }, { "name": "ILM_3_2_REDF" }, { "name": "ILM_4_2" }, { "name": "STATEMENT_LINE" }, { "name": "AIRPORTS" }, { "name": "ILM_4_2_REDF" }, { "name": "LOYALTY_PERIODS" }, { "name": "AQUA_EXPLAIN_101615" }, { "name": "TICKET_COUPON_SAVE" }, { "name": "ILM_1_2_REDF" }, { "name": "TICKET_COUPON" }, { "name": "CUSTS_WITH_INCOMPLETE_COUPONS" }, { "name": "ILM_3_2" }, { "name": "TICKET" }, { "name": "ILM_1_2" }, { "name": "STATEMENT_LINE_SAVE" } ] }, { "name": "FlatFile", "sources": [ { "name": "EMPLOYEEBANKDETAILS" }, { "name": "Marketingoffer" }, { "name": "FLAT_DIC_MOREREC" }, { "name": "Merchant" }, { "name": "DEPARTMENT" }, { "name": "DEPARTMENTDETAILS" }, { "name": "EMPLOYEE" } ] }, { "name": "Oracle", "sources": [ { "name": "DEPT" }, { "name": "EMP" } ] }, { "name": "CI_TESERT", "sources": [ { "name": "VIEW_TAB_ALL_COMP" } ] } ]