Use the following URI to download a detailed report for a test case run:
GET /datavalidation-service/api/v1/report/detailed/testcase/{testCaseId}/run/{testCaseRunId}
Use the IDS-SESSION-ID header in the GET request.
GET request
Use the test case ID and the test case run ID to download a detailed report for a test case run.
When you open a test case, the numeric value that you see in the URI is the test case ID. For example, in the following image, the test case ID is 41846:
When you open the report of a test case, the numeric value that you see in the URI after the testCaseRunID parameter is the test case run ID. For example, in the following image, the test case run ID is 25961:
GET response
If the test case ID and test case run ID were found, the GET request returns the following response fields:
Field
Type
Description
testCaseId
String
ID of the test case.
testCaseRunId
String
Run ID of the test case.
detailed_report
Array
For each column in the first connection and second connection, you see the extra rows in the second table, missing rows in the second table, and unmatched rows.
If the test case ID or test case run ID were incorrect, the GET request returns a 500 Internal Server response.
The GET request also returns the following response fields: