run-steps Collection
Description
The collection of run-steps of the specified run.
URL
/qcbin/rest/domains/{domain}/projects/{project}/runs/{run ID}/run-steps
Remarks
When posting a new run-step, the Run ID in the parent-id element of the input XML is optional. If the Run ID is not passed, the Run ID in the URL is used as the parent ID.
If the Run ID is passed in the XML and the ID does not match the run ID in the URL, the POST operation fails.
HTTP Methods
GET: Retrieves the list of run steps.
PUT: N/A
DELETE: N/A
POST: Creates a new run step.
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.
Examples
See Also