design-steps Collection
Description
The collection of design test steps in the project.
URL
/qcbin/rest/domains/{domain}/projects/{project}/design-steps
HTTP Methods
GET: Returns the collection of design-steps.
PUT: N/A
DELETE: N/A
POST: Not supported for this collection.
| Media Type |
GET
|
PUT
|
DELETE
|
POST
|
|---|---|---|---|---|
| application/xml |
|
-
|
-
|
-
|
| application/json |
|
-
|
-
|
-
|
Returns
One of the HTTP Return Codes.
An XML string compliant with the Entities Collection Schema or a string containing the collection data in another supported format.
Return Value Example
Json Return example
{"entities":
[{"Fields":
[{"Name":"vc-user-name","values":
[{}]},
{"Name":"id","values":[{"value":"1201"}]},
{"Name":"ver-stamp","values":[{"value":"1"}]},
{"Name":"parent-id","values":[{"value":"55"}]},
{"Name":"expected","values":[{}]},
{"Name":"description","values":[{"value":
"<html><body>Call <Connect> with the following parameters:
mercury tours url = ?</body></html>"}]},
{"Name":"name","values":[{"value":"Call <Connect>"}]},
{"Name":"link-test","values":[{"value":"67"}]},
{"Name":"attachment","values":[{}]},
{"Name":"has-params","values":[{"value":"N"}]},
{"Name":"step-order","values":[{"value":"1"}]},
{"Name":"vts","values":[{"value":"2011-01-22 17:41:46"}]}
],"Type":"design-step"}
...],
"TotalResults":483}