Project Information
This Eggplant Performance Test Controller REST method gets a list of the available projects within a specified workspace.
URL
/test_controller/api/1.0/<workspace>
HTTP Method
GET: Gets a list of the available projects within the specified workspace
Response Parameters
Parameter | Type | Description |
---|---|---|
projects | Object | The name and REST URL of all the available projects. |
Example Request
http:/test_controller/api/1.0/Demo%20Workspace
Example Response
{
"projects": {
"Demo": "/test_controller/api/1.0/Demo%20Workspace/Demo"
"Demo": "/test_controller/api/1.0/Demo%20Workspace/Demo2"
}
}