GET /testrun/{id}/iteration/{iterationId}
Retrieves an iteration given the Test Run id and the id of the iteration.
The response will contain all the information regarding the iteration (status, parameters, and the steps). The steps will appear with the parameters converted to their value if the resolved dataset does not have a parameter referenced on a step it will be displayed like ${parameter_name}.
Servers
- https://sandbox.xpand-it.com/rest/raven/2.0/api
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
The id of the Test Run |
iterationId |
String | Yes |
The id of the iteration |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.