Test Data Management
- Test Data Management 10.5
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/projects/<project ID>/plans/<Plan ID>
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
project Id
| Required. ID of the project that contains the plans.
|
planId
| Required. ID of the plan.
|
GET http://<host>:6605/api/public/tdm/v1/projects/1/plans/3
{ "id": 3, "name": "REL_DIC", "description": null, "createdByName": "Administrator", "creationDate": 1540983078847, "lastUpdatedDate": 1540983078847, "lastUpdatedByName": "Administrator", "statusType": "LOAD_SUCCESSFUL" }