Skip to main content

Eggplant Performance Test Controller:GET Projects List Method

This 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

ParameterTypeDescription
projectsObjectThe name and REST URL of all the available projects.

Example Request

http://localhost:5001/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"
}
}