Test Data Management
- Test Data Management 10.5.1
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/projects/<project ID>/plans
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
projectId
| Required. ID of the project that contains the plans.
|
Parameter
| Description
|
---|---|
name
| Name of the plan.
|
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 plan IDs 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/projects/2/plans?name=TEST_123
[ { "id": 2, "name": "TEST_123", "description": null, "createdByName": "Administrator", "creationDate": 1540976328110, "lastUpdatedDate": 1540976328110, "lastUpdatedByName": "Administrator", "statusType": "LOAD_SUCCESSFUL" } ]