Description: Gets a collection of step test report files.
Security: Requires a valid user
Usage: GET api/v1/steps/:stepId/stepTestReports
Consumes: application/json
Query Parameters
Parameter | Data Type | Description |
---|---|---|
| Integer | Comma separated list of numeric step ids |
Produces: application/json
Sample Response:
[ { "permissions": 600, "path": “testreport.xml”, “contents”: “contents of testreport.xml” } ]
Response Codes:
200: Success
400: If an error occurs while reading the files
404: If the step does not exist.