Test Data Management
- Test Data Management 10.5
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/pcrepo/folders
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
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 based on ID in descending order, enter the following:
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
[ { "name": "CI_TEST_FOLDER", "description": "CI_TEST_FOLDER" }, { "name": "CopyDatapackFromDataset", "description": "CopyDatapackFromDataset" }, { "name": "DataPackFromPlan", "description": "DataPackFromPlan" }, { "name": "DELETE_TAB_PROJ1553119037002", "description": "DELETE_TAB_PROJ1553119037002" }, { "name": "MASKINGPROJECT1553116142036", "description": "MASKINGPROJECT1553116142036" }, { "name": "ProfilingProject1553116287444", "description": "ProfilingProject1553116287444" }, { "name": "ProjectCopy", "description": "ProjectCopy" }, { "name": "ProjectForPlanExportImport1553118045891", "description": "ProjectForPlanExportImport1553118045891" }, { "name": "QWERTY", "description": "QWERTY" }, { "name": "RESET Version1", "description": "RESET Version1" }, { "name": "RESET Version2", "description": "RESET Version2" }, { "name": "RWX_PERMISSIONS_PROJECT1553116163461", "description": "RWX_PERMISSIONS_PROJECT1553116163461" }, { "name": "SRC_TGT_Name_Project", "description": "SRC_TGT_Name_Project" }, { "name": "subDatapackFromDataset", "description": "subDatapackFromDataset" }, { "name": "SUBSETPROJECT1553116121828", "description": "SUBSETPROJECT1553116121828" }, { "name": "TDG_PRO_1553117384001", "description": "TDG_PRO_1553117384001" }, { "name": "TDGPROJECT1553116101816", "description": "TDGPROJECT1553116101816" }, { "name": "TDWPROJECT1553116131885", "description": "TDWPROJECT1553116131885" }, { "name": "zOS_Proj", "description": "zOS_Proj" }, { "name": "zOS_SRC", "description": "zOS_SRC" } ]